CSS Color Background

Light Sea Green

Pure CSS color background: #20B2AA. Use this solid color for personal and commercial creative projects.

Preview

Light Sea Green solid color background preview (#20B2AA)

Color value: #20B2AA

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #20B2AA; }

HTML Code

<section class="hero light-sea-green-bg"> <h2>Your content</h2> </section> <style> .light-sea-green-bg { background-color: #20B2AA; } </style>