#A0E2B6
A light, moderate green closely aligning with Mediumaquamarine.
About #A0E2B6
When working with digital screens, the color #A0E2B6 is rendered by mixing light. Designers often compare it to the standard color Mediumaquamarine. Its digital footprint relies on 160 parts red, 226 parts green, and 182 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 29% Cyan, 0% Magenta, 19% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0E2B6
RGB160, 226, 182
HSL140.0°, 53.2%, 75.7%
CMYK29%, 0%, 19%, 11%
HSV140.0°, 29.2%, 88.6%
LAB84.6, -29.7, 15.0
XYZ50.1, 65.2, 54.2
Decimal10543798
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.05:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0E2B6;
}
.text-color {
color: #A0E2B6;
}
.border-color {
border: 2px solid #A0E2B6;
}