CSS Color Background

Medium Aquamarine

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

Preview

Medium Aquamarine solid color background preview (#66DDAA)

Color value: #66DDAA

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #66DDAA; }

HTML Code

<section class="hero medium-aquamarine-bg"> <h2>Your content</h2> </section> <style> .medium-aquamarine-bg { background-color: #66DDAA; } </style>