#007566
A dark, vivid cyan closely aligning with Teal.
About #007566
When working with digital screens, the color #007566 is rendered by mixing light. It is closely associated with the named CSS color Teal. This translates to an RGB value of rgb(0, 117, 102).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 100% cyan, 0% magenta, 13% yellow, and 54% black. The HSL representation is 172.3° hue, 100.0% saturation, and 22.9% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#007566
RGB0, 117, 102
HSL172.3°, 100.0%, 22.9%
CMYK100%, 0%, 13%, 54%
HSV172.3°, 100.0%, 45.9%
LAB43.8, -31.8, 0.3
XYZ8.8, 13.7, 14.7
Decimal30054
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.62:1
Text on #FFFFFF
AA
3.74:1
Text on #000000
AA Large
5.37:1
Text on #F8FAFC
AA
3.18:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007566;
}
.text-color {
color: #007566;
}
.border-color {
border: 2px solid #007566;
}