#3AF0BD
A medium, vivid green closely aligning with Aquamarine.
About #3AF0BD
The hex code #3AF0BD represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Aquamarine. In the RGB color space, it consists of 58 red, 240 green, and 189 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 76% cyan, 0% magenta, 21% yellow, and 6% black. With a hue angle of 163.2 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3AF0BD
RGB58, 240, 189
HSL163.2°, 85.8%, 58.4%
CMYK76%, 0%, 21%, 6%
HSV163.2°, 75.8%, 94.1%
LAB85.5, -56.2, 12.0
XYZ42.1, 66.9, 58.8
Decimal3862717
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.38:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF0BD;
}
.text-color {
color: #3AF0BD;
}
.border-color {
border: 2px solid #3AF0BD;
}