#0F6D66
A dark, vivid cyan closely aligning with Teal.
About #0F6D66
The precise color #0F6D66 is an excellent choice for modern design projects. It is closely associated with the named CSS color Teal. This translates to an RGB value of rgb(15, 109, 102).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 86% cyan, 0% magenta, 6% yellow, and 57% black. With a hue angle of 175.5 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F6D66
RGB15, 109, 102
HSL175.5°, 75.8%, 24.3%
CMYK86%, 0%, 6%, 57%
HSV175.5°, 86.2%, 42.7%
LAB41.2, -26.9, -3.4
XYZ8.1, 12.0, 14.5
Decimal1011046
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.18:1
Text on #FFFFFF
AA
3.40:1
Text on #000000
AA Large
5.90:1
Text on #F8FAFC
AA
2.89:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F6D66;
}
.text-color {
color: #0F6D66;
}
.border-color {
border: 2px solid #0F6D66;
}