#3AE9AF
A medium, vivid green closely aligning with Aquamarine.
About #3AE9AF
The hex code #3AE9AF represents a beautifully specific shade of green. It is closely associated with the named CSS color Aquamarine. In the RGB color space, it consists of 58 red, 233 green, and 175 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 75% Cyan, 0% Magenta, 25% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3AE9AF
RGB58, 233, 175
HSL160.1°, 79.9%, 57.1%
CMYK75%, 0%, 25%, 9%
HSV160.1°, 75.1%, 91.4%
LAB83.1, -56.6, 15.9
XYZ38.6, 62.3, 50.5
Decimal3860911
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.45:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AE9AF;
}
.text-color {
color: #3AE9AF;
}
.border-color {
border: 2px solid #3AE9AF;
}