#3ADBA8
A medium, moderate green closely aligning with Mediumaquamarine.
About #3ADBA8
Visually, #3ADBA8 is defined as a moderate green. It is closely associated with the named CSS color Mediumaquamarine. This translates to an RGB value of rgb(58, 219, 168).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 74% cyan, 0% magenta, 23% yellow, and 14% black. The HSL representation is 161.0° hue, 69.1% saturation, and 54.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3ADBA8
RGB58, 219, 168
HSL161.0°, 69.1%, 54.3%
CMYK74%, 0%, 23%, 14%
HSV161.0°, 73.5%, 85.9%
LAB78.7, -52.7, 13.5
XYZ34.1, 54.4, 45.7
Decimal3857320
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.77:1
Text on #FFFFFF
FAIL
11.88:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ADBA8;
}
.text-color {
color: #3ADBA8;
}
.border-color {
border: 2px solid #3ADBA8;
}