#0F7C92
A dark, vivid cyan closely aligning with Teal.
About #0F7C92
At its core, #0F7C92 is a dark and vivid hue. 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, 124, and 146.
For print applications, it's crucial to understand its CMYK makeup. The color uses 90% Cyan, 15% Magenta, 0% Yellow, and 43% Black. The HSL representation is 190.1° hue, 81.4% saturation, and 31.6% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F7C92
RGB15, 124, 146
HSL190.1°, 81.4%, 31.6%
CMYK90%, 15%, 0%, 43%
HSV190.1°, 89.7%, 57.3%
LAB47.7, -19.9, -19.9
XYZ12.6, 16.6, 29.7
Decimal1014930
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.86:1
Text on #FFFFFF
AA
4.32:1
Text on #000000
AA Large
4.65:1
Text on #F8FAFC
AA
3.67:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F7C92;
}
.text-color {
color: #0F7C92;
}
.border-color {
border: 2px solid #0F7C92;
}