#0FAFAF
A dark, vivid cyan closely aligning with Lightseagreen.
About #0FAFAF
When working with digital screens, the color #0FAFAF is rendered by mixing light. It is closely associated with the named CSS color Lightseagreen. This translates to an RGB value of rgb(15, 175, 175).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 91% Cyan, 0% Magenta, 0% Yellow, and 31% Black. The HSL representation is 180.0° hue, 84.2% saturation, and 37.3% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FAFAF
RGB15, 175, 175
HSL180.0°, 84.2%, 37.3%
CMYK91%, 0%, 0%, 31%
HSV180.0°, 91.4%, 68.6%
LAB64.8, -35.7, -10.5
XYZ23.3, 33.9, 45.9
Decimal1028015
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.70:1
Text on #FFFFFF
FAIL
7.77:1
Text on #000000
AAA
2.58:1
Text on #F8FAFC
FAIL
6.61:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FAFAF;
}
.text-color {
color: #0FAFAF;
}
.border-color {
border: 2px solid #0FAFAF;
}