#0F9292
A dark, vivid cyan closely aligning with Darkcyan.
About #0F9292
The hex code #0F9292 represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Darkcyan. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 146, and 146.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 90% C, 0% M, 0% Y, and 43% K. The HSL representation is 180.0° hue, 81.4% saturation, and 31.6% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F9292
RGB15, 146, 146
HSL180.0°, 81.4%, 31.6%
CMYK90%, 0%, 0%, 43%
HSV180.0°, 89.7%, 57.3%
LAB54.8, -31.0, -9.2
XYZ15.7, 22.7, 30.8
Decimal1020562
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.79:1
Text on #FFFFFF
AA Large
5.55:1
Text on #000000
AA
3.62:1
Text on #F8FAFC
AA Large
4.72:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0F9292;
}
.text-color {
color: #0F9292;
}
.border-color {
border: 2px solid #0F9292;
}