#3ABD5F
A medium, moderate green closely aligning with Mediumseagreen.
About #3ABD5F
Visually, #3ABD5F is defined as a moderate green. Its closest recognized web color is Mediumseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 189, and 95.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 69% cyan, 0% magenta, 50% yellow, and 26% black. The HSL representation is 136.9° hue, 53.0% saturation, and 48.4% lightness.
When using this color as a background, text legibility must be considered. 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#3ABD5F
RGB58, 189, 95
HSL136.9°, 53.0%, 48.4%
CMYK69%, 0%, 50%, 26%
HSV136.9°, 69.3%, 74.1%
LAB68.1, -55.5, 37.3
XYZ22.0, 38.1, 17.0
Decimal3849567
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.44:1
Text on #FFFFFF
FAIL
8.62:1
Text on #000000
AAA
2.33:1
Text on #F8FAFC
FAIL
7.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ABD5F;
}
.text-color {
color: #3ABD5F;
}
.border-color {
border: 2px solid #3ABD5F;
}