#0F6650
A dark, vivid green closely aligning with Teal.
About #0F6650
Visually, #0F6650 is defined as a vivid green. It is closely associated with the named CSS color Teal. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 102, and 80.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 85% C, 0% M, 22% Y, and 60% K. The HSL representation is 164.8° hue, 74.4% saturation, and 22.9% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F6650
RGB15, 102, 80
HSL164.8°, 74.4%, 22.9%
CMYK85%, 0%, 22%, 60%
HSV164.8°, 85.3%, 40.0%
LAB38.2, -30.1, 5.6
XYZ6.4, 10.2, 9.2
Decimal1009232
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.92:1
Text on #FFFFFF
AA
3.04:1
Text on #000000
AA Large
6.61:1
Text on #F8FAFC
AA
2.58:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F6650;
}
.text-color {
color: #0F6650;
}
.border-color {
border: 2px solid #0F6650;
}