#A0D3B6
A light, moderate green closely aligning with Darkseagreen.
About #A0D3B6
At its core, #A0D3B6 is a light and moderate hue. Its closest recognized web color is Darkseagreen. Its digital footprint relies on 160 parts red, 211 parts green, and 182 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 24% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#A0D3B6
RGB160, 211, 182
HSL145.9°, 36.7%, 72.7%
CMYK24%, 0%, 14%, 17%
HSV145.9°, 24.2%, 82.7%
LAB80.4, -22.4, 9.0
XYZ46.2, 57.4, 52.9
Decimal10539958
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.49:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0D3B6;
}
.text-color {
color: #A0D3B6;
}
.border-color {
border: 2px solid #A0D3B6;
}