#0FFFF0
A medium, vivid cyan closely aligning with Aqua.
About #0FFFF0
When working with digital screens, the color #0FFFF0 is rendered by mixing light. It is closely associated with the named CSS color Aqua. Its digital footprint relies on 15 parts red, 255 parts green, and 240 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 94% C, 0% M, 6% Y, and 0% K. With a hue angle of 176.2 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. 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#0FFFF0
RGB15, 255, 240
HSL176.2°, 100.0%, 52.9%
CMYK94%, 0%, 6%, 0%
HSV176.2°, 94.1%, 100.0%
LAB90.7, -52.0, -6.9
XYZ51.7, 77.9, 94.8
Decimal1048560
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.58:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FFFF0;
}
.text-color {
color: #0FFFF0;
}
.border-color {
border: 2px solid #0FFFF0;
}