#00F8CC
A medium, vivid cyan closely aligning with Aquamarine.
About #00F8CC
At its core, #00F8CC is a medium and vivid hue. It is closely associated with the named CSS color Aquamarine. Its digital footprint relies on 0 parts red, 248 parts green, and 204 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 100% Cyan, 0% Magenta, 18% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#00F8CC
RGB0, 248, 204
HSL169.4°, 100.0%, 48.6%
CMYK100%, 0%, 18%, 3%
HSV169.4°, 100.0%, 97.3%
LAB87.7, -58.9, 7.4
XYZ44.5, 71.5, 68.6
Decimal63692
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.30:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00F8CC;
}
.text-color {
color: #00F8CC;
}
.border-color {
border: 2px solid #00F8CC;
}