#006D5F
A dark, vivid cyan closely aligning with Teal.
About #006D5F
Visually, #006D5F is defined as a vivid cyan. It is closely associated with the named CSS color Teal. This translates to an RGB value of rgb(0, 109, 95).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 100% C, 0% M, 13% Y, and 57% K. With a hue angle of 172.3 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#006D5F
RGB0, 109, 95
HSL172.3°, 100.0%, 21.4%
CMYK100%, 0%, 13%, 57%
HSV172.3°, 100.0%, 42.7%
LAB40.8, -30.2, 0.3
XYZ7.5, 11.8, 12.7
Decimal27999
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.26:1
Text on #FFFFFF
AA
3.35:1
Text on #000000
AA Large
5.99:1
Text on #F8FAFC
AA
2.85:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #006D5F;
}
.text-color {
color: #006D5F;
}
.border-color {
border: 2px solid #006D5F;
}