#0F756D
A dark, vivid cyan closely aligning with Teal.
About #0F756D
When working with digital screens, the color #0F756D is rendered by mixing light. Designers often compare it to the standard color Teal. In the RGB color space, it consists of 15 red, 117 green, and 109 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 87% Cyan, 0% Magenta, 7% Yellow, and 54% Black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F756D
RGB15, 117, 109
HSL175.3°, 77.3%, 25.9%
CMYK87%, 0%, 7%, 54%
HSV175.3°, 87.2%, 45.9%
LAB44.1, -28.6, -3.3
XYZ9.3, 13.9, 16.7
Decimal1013101
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.55:1
Text on #FFFFFF
AA
3.79:1
Text on #000000
AA Large
5.30:1
Text on #F8FAFC
AA
3.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F756D;
}
.text-color {
color: #0F756D;
}
.border-color {
border: 2px solid #0F756D;
}