#0F92A0
A dark, vivid cyan closely aligning with Darkcyan.
About #0F92A0
The hex code #0F92A0 represents a beautifully specific shade of cyan. Its closest recognized web color is Darkcyan. This translates to an RGB value of rgb(15, 146, 160).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 91% C, 9% M, 0% Y, and 37% K. The HSL representation is 185.8° hue, 82.9% saturation, and 34.3% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F92A0
RGB15, 146, 160
HSL185.8°, 82.9%, 34.3%
CMYK91%, 9%, 0%, 37%
HSV185.8°, 90.6%, 62.7%
LAB55.3, -26.5, -16.5
XYZ16.8, 23.2, 36.8
Decimal1020576
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.72:1
Text on #FFFFFF
AA Large
5.64:1
Text on #000000
AA
3.56:1
Text on #F8FAFC
AA Large
4.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0F92A0;
}
.text-color {
color: #0F92A0;
}
.border-color {
border: 2px solid #0F92A0;
}