CSS Color Background

Teal Blue

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

Preview

Teal Blue solid color background preview (#367588)

Color value: #367588

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #367588; }

HTML Code

<section class="hero teal-blue-bg"> <h2>Your content</h2> </section> <style> .teal-blue-bg { background-color: #367588; } </style>