#0F5F49
A dark, vivid green closely aligning with Teal.
About #0F5F49
At its core, #0F5F49 is a dark and vivid hue. It is closely associated with the named CSS color Teal. In the RGB color space, it consists of 15 red, 95 green, and 73 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 84% Cyan, 0% Magenta, 23% Yellow, and 63% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F5F49
RGB15, 95, 73
HSL163.5°, 72.7%, 21.6%
CMYK84%, 0%, 23%, 63%
HSV163.5°, 84.2%, 37.3%
LAB35.5, -28.8, 6.1
XYZ5.5, 8.8, 7.7
Decimal1007433
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.63:1
Text on #FFFFFF
AAA
2.75:1
Text on #000000
FAIL
7.29:1
Text on #F8FAFC
AAA
2.34:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F5F49;
}
.text-color {
color: #0F5F49;
}
.border-color {
border: 2px solid #0F5F49;
}