#3ADBAF
A medium, moderate green closely aligning with Mediumaquamarine.
About #3ADBAF
Visually, #3ADBAF is defined as a moderate green. If you're using CSS, you might find it aligns closely with Mediumaquamarine. This translates to an RGB value of rgb(58, 219, 175).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 74% cyan and 0% magenta inks. With a hue angle of 163.6 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3ADBAF
RGB58, 219, 175
HSL163.6°, 69.1%, 54.3%
CMYK74%, 0%, 20%, 14%
HSV163.6°, 73.5%, 85.9%
LAB78.8, -51.1, 10.0
XYZ34.8, 54.7, 49.3
Decimal3857327
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.93:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ADBAF;
}
.text-color {
color: #3ADBAF;
}
.border-color {
border: 2px solid #3ADBAF;
}