#0F6D57
A dark, vivid cyan closely aligning with Teal.
About #0F6D57
When working with digital screens, the color #0F6D57 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, 109, and 87.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 86% C, 0% M, 20% Y, and 57% K. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F6D57
RGB15, 109, 87
HSL166.0°, 75.8%, 24.3%
CMYK86%, 0%, 20%, 57%
HSV166.0°, 86.2%, 42.7%
LAB40.8, -31.4, 5.1
XYZ7.4, 11.7, 10.9
Decimal1011031
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.28:1
Text on #FFFFFF
AA
3.35:1
Text on #000000
AA Large
6.00:1
Text on #F8FAFC
AA
2.84:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F6D57;
}
.text-color {
color: #0F6D57;
}
.border-color {
border: 2px solid #0F6D57;
}