#076D66
A dark, vivid cyan closely aligning with Teal.
About #076D66
At its core, #076D66 is a dark and vivid hue. Designers often compare it to the standard color Teal. This translates to an RGB value of rgb(7, 109, 102).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 94% cyan and 0% magenta inks. The HSL representation is 175.9° hue, 87.9% saturation, and 22.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#076D66
RGB7, 109, 102
HSL175.9°, 87.9%, 22.7%
CMYK94%, 0%, 6%, 57%
HSV175.9°, 93.6%, 42.7%
LAB41.1, -27.5, -3.5
XYZ8.0, 11.9, 14.5
Decimal486758
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.20:1
Text on #FFFFFF
AA
3.39:1
Text on #000000
AA Large
5.92:1
Text on #F8FAFC
AA
2.88:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #076D66;
}
.text-color {
color: #076D66;
}
.border-color {
border: 2px solid #076D66;
}