#3AA066
A medium, moderate green closely aligning with Seagreen.
About #3AA066
Visually, #3AA066 is defined as a moderate green. Designers often compare it to the standard color Seagreen. This translates to an RGB value of rgb(58, 160, 102).
If you are designing for print, the four-color process is what matters most. The color uses 64% Cyan, 0% Magenta, 36% Yellow, and 37% Black. The HSL representation is 145.9° hue, 46.8% saturation, and 42.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#3AA066
RGB58, 160, 102
HSL145.9°, 46.8%, 42.7%
CMYK64%, 0%, 36%, 37%
HSV145.9°, 63.8%, 62.7%
LAB59.0, -43.0, 21.8
XYZ16.7, 27.0, 16.9
Decimal3842150
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.28:1
Text on #FFFFFF
AA Large
6.40:1
Text on #000000
AA
3.14:1
Text on #F8FAFC
AA Large
5.44:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3AA066;
}
.text-color {
color: #3AA066;
}
.border-color {
border: 2px solid #3AA066;
}