#3AB675
A medium, moderate green closely aligning with Mediumseagreen.
About #3AB675
At its core, #3AB675 is a medium and moderate hue. It is closely associated with the named CSS color Mediumseagreen. This translates to an RGB value of rgb(58, 182, 117).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 68% Cyan, 0% Magenta, 36% Yellow, and 29% Black. With a hue angle of 148.5 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. 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#3AB675
RGB58, 182, 117
HSL148.5°, 51.7%, 47.1%
CMYK68%, 0%, 36%, 29%
HSV148.5°, 68.1%, 71.4%
LAB66.2, -49.0, 23.4
XYZ21.7, 35.6, 22.6
Decimal3847797
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.58:1
Text on #FFFFFF
FAIL
8.13:1
Text on #000000
AAA
2.47:1
Text on #F8FAFC
FAIL
6.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3AB675;
}
.text-color {
color: #3AB675;
}
.border-color {
border: 2px solid #3AB675;
}