#3AE2B6
A medium, vivid green closely aligning with Aquamarine.
About #3AE2B6
At its core, #3AE2B6 is a medium and vivid hue. Its closest recognized web color is Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 226, and 182.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 74% Cyan, 0% Magenta, 19% Yellow, and 11% Black. With a hue angle of 164.3 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3AE2B6
RGB58, 226, 182
HSL164.3°, 74.3%, 55.7%
CMYK74%, 0%, 19%, 11%
HSV164.3°, 74.3%, 88.6%
LAB81.1, -52.2, 9.5
XYZ37.4, 58.7, 53.6
Decimal3859126
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.73:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AE2B6;
}
.text-color {
color: #3AE2B6;
}
.border-color {
border: 2px solid #3AE2B6;
}