#A8F0CC
A very light, vivid green closely aligning with Aquamarine.
About #A8F0CC
When working with digital screens, the color #A8F0CC is rendered by mixing light. It is closely associated with the named CSS color Aquamarine. In the RGB color space, it consists of 168 red, 240 green, and 204 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 30% C, 0% M, 15% Y, and 6% K. With a hue angle of 150.0 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A8F0CC
RGB168, 240, 204
HSL150.0°, 70.6%, 80.0%
CMYK30%, 0%, 15%, 6%
HSV150.0°, 30.0%, 94.1%
LAB89.4, -29.7, 10.3
XYZ58.2, 75.0, 68.5
Decimal11071692
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.00:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8F0CC;
}
.text-color {
color: #A8F0CC;
}
.border-color {
border: 2px solid #A8F0CC;
}