#0FA8A8
A dark, vivid cyan closely aligning with Lightseagreen.
About #0FA8A8
When working with digital screens, the color #0FA8A8 is rendered by mixing light. Its closest recognized web color is Lightseagreen. This translates to an RGB value of rgb(15, 168, 168).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 91% C, 0% M, 0% Y, and 34% K. The HSL representation is 180.0° hue, 83.6% saturation, and 35.9% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FA8A8
RGB15, 168, 168
HSL180.0°, 83.6%, 35.9%
CMYK91%, 0%, 0%, 34%
HSV180.0°, 91.1%, 65.9%
LAB62.5, -34.6, -10.2
XYZ21.3, 30.9, 41.9
Decimal1026216
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.92:1
Text on #FFFFFF
FAIL
7.19:1
Text on #000000
AAA
2.79:1
Text on #F8FAFC
FAIL
6.11:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA8A8;
}
.text-color {
color: #0FA8A8;
}
.border-color {
border: 2px solid #0FA8A8;
}