#A0F0CC
A light, vivid green closely aligning with Aquamarine.
About #A0F0CC
The precise color #A0F0CC is an excellent choice for modern design projects. Designers often compare it to the standard color Aquamarine. Its digital footprint relies on 160 parts red, 240 parts green, and 204 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 33% Cyan, 0% Magenta, 15% Yellow, and 6% Black. With a hue angle of 153.0 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0F0CC
RGB160, 240, 204
HSL153.0°, 72.7%, 78.4%
CMYK33%, 0%, 15%, 6%
HSV153.0°, 33.3%, 94.1%
LAB89.0, -32.0, 9.7
XYZ56.6, 74.2, 68.5
Decimal10547404
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.83:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F0CC;
}
.text-color {
color: #A0F0CC;
}
.border-color {
border: 2px solid #A0F0CC;
}