#3AB68A
A medium, moderate green closely aligning with Mediumaquamarine.
About #3AB68A
At its core, #3AB68A is a medium and moderate hue. It is closely associated with the named CSS color Mediumaquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 182, and 138.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 68% cyan, 0% magenta, 24% yellow, and 29% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#3AB68A
RGB58, 182, 138
HSL158.7°, 51.7%, 47.1%
CMYK68%, 0%, 24%, 29%
HSV158.7°, 68.1%, 71.4%
LAB66.7, -44.5, 12.7
XYZ23.1, 36.2, 29.8
Decimal3847818
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.55:1
Text on #FFFFFF
FAIL
8.24:1
Text on #000000
AAA
2.44:1
Text on #F8FAFC
FAIL
7.00:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AB68A;
}
.text-color {
color: #3AB68A;
}
.border-color {
border: 2px solid #3AB68A;
}