#A0CCBD
A light, moderate green closely aligning with Powderblue.
About #A0CCBD
The hex code #A0CCBD represents a beautifully specific shade of green. Designers often compare it to the standard color Powderblue. This translates to an RGB value of rgb(160, 204, 189).
If you are designing for print, the four-color process is what matters most. The color uses 22% Cyan, 0% Magenta, 7% Yellow, and 20% 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. Because it is a 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#A0CCBD
RGB160, 204, 189
HSL159.5°, 30.1%, 71.4%
CMYK22%, 0%, 7%, 20%
HSV159.5°, 21.6%, 80.0%
LAB78.7, -17.5, 2.7
XYZ45.3, 54.3, 56.2
Decimal10538173
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.77:1
Text on #FFFFFF
FAIL
11.87:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0CCBD;
}
.text-color {
color: #A0CCBD;
}
.border-color {
border: 2px solid #A0CCBD;
}