Teal 700

#0f766e

teal-700

Very dark teal for high-contrast elements.

Color Values

Hex#0f766e
RGBrgb(15, 118, 110)
HSLhsl(175, 77%, 26%)

How to Use

Tailwind CSS

Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="teal-700">
  Background
</div>
<p class="teal-700">
  Text
</p>
<div class="teal-700 border">
  Border
</div>

CSS

CSS Codecss
/* CSS Variables */
--color-teal-700: #0f766e;

/* Direct Usage */
.element {
  color: #0f766e;
  background-color: rgb(15, 118, 110);
}

Best Use Cases

Tech headings
Dark modern buttons
Deep aqua themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors