#0F5F50
A dark, vivid cyan closely aligning with Teal.
About #0F5F50
When working with digital screens, the color #0F5F50 is rendered by mixing light. Designers often compare it to the standard color Teal. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 95, and 80.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 84% cyan, 0% magenta, 16% yellow, and 63% black. The HSL representation is 168.8° hue, 72.7% saturation, and 21.6% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F5F50
RGB15, 95, 80
HSL168.8°, 72.7%, 21.6%
CMYK84%, 0%, 16%, 63%
HSV168.8°, 84.2%, 37.3%
LAB35.7, -26.8, 2.1
XYZ5.7, 8.9, 9.0
Decimal1007440
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.57:1
Text on #FFFFFF
AAA
2.77:1
Text on #000000
FAIL
7.24:1
Text on #F8FAFC
AAA
2.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F5F50;
}
.text-color {
color: #0F5F50;
}
.border-color {
border: 2px solid #0F5F50;
}