#3AAF5F
A medium, moderate green closely aligning with Mediumseagreen.
About #3AAF5F
Visually, #3AAF5F is defined as a moderate green. Its closest recognized web color is Mediumseagreen. In the RGB color space, it consists of 58 red, 175 green, and 95 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 67% cyan, 0% magenta, 46% yellow, and 31% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3AAF5F
RGB58, 175, 95
HSL139.0°, 50.2%, 45.7%
CMYK67%, 0%, 46%, 31%
HSV139.0°, 66.9%, 68.6%
LAB63.7, -50.3, 31.7
XYZ19.1, 32.4, 16.1
Decimal3845983
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.81:1
Text on #FFFFFF
FAIL
7.48:1
Text on #000000
AAA
2.68:1
Text on #F8FAFC
FAIL
6.36:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3AAF5F;
}
.text-color {
color: #3AAF5F;
}
.border-color {
border: 2px solid #3AAF5F;
}