#0F6D75
A dark, vivid cyan closely aligning with Teal.
About #0F6D75
When working with digital screens, the color #0F6D75 is rendered by mixing light. It is closely associated with the named CSS color Teal. This translates to an RGB value of rgb(15, 109, 117).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 87% cyan, 7% magenta, 0% yellow, and 54% black. With a hue angle of 184.7 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. 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#0F6D75
RGB15, 109, 117
HSL184.7°, 77.3%, 25.9%
CMYK87%, 7%, 0%, 54%
HSV184.7°, 87.2%, 45.9%
LAB41.7, -22.0, -11.7
XYZ8.9, 12.3, 18.7
Decimal1011061
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.06:1
Text on #FFFFFF
AA
3.46:1
Text on #000000
AA Large
5.79:1
Text on #F8FAFC
AA
2.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F6D75;
}
.text-color {
color: #0F6D75;
}
.border-color {
border: 2px solid #0F6D75;
}