Shades of Medium Sea Green #2AAC71
Tints of Medium Sea Green #2AAC71
RGB
CMYK
RGB Variations
Color information
#2AAC71 (or 0x2AAC71) is known color: Medium Sea Green. HEX triplet: 2A, AC and 71. RGB value is (42,172,113). Sum of RGB (Red+Green+Blue) = 42+172+113=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 172 (67.58% from 255 or 52.60% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAC71 is #D5538E. Grayscale: #7E7E7E. Windows color (decimal): -13980559 or 7449642. OLE color: 7449642.
HSL color Cylindrical-coordinate representation of color #2AAC71: hue angle of 152.77º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAC71 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 172 | 113 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.33 |
| HSL | 152.77º | 0.61% | 0.42% | - |
| HSV(B) | 152.77º | 0.76% | 0.67% | - |
| XYZ | 18.69 | 31.19 | 20.66 | - |
| YUV | 126.4 | 120.43 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 113 | 0.76 | 0 | 0.34 | 0.33 | 152.77 | 0.61 | 0.42 |
| Hex | 2A | AC | 71 | 4C | 0 | 22 | 21 | 99 | 3D | 2A |
| Octal | 52 | 254 | 161 | 114 | 0 | 42 | 41 | 231 | 75 | 52 |
| Binary | 101010 | 10101100 | 1110001 | 1001100 | 0 | 100010 | 100001 | 10011001 | 111101 | 101010 |
Color Harmonies of #2AAC71
Complementary color
Monochromatic Colors of #2AAC71
Black with #2AAC71
Text Example
Text Example
White with #2AAC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAC71; }
p { color: rgb(42,172,113); }
H1.HeaderClassName
{
color: #2AAC71;
}
.AnyTagClassName
{
color: #2AAC71;
}
</style>
background-color css
<style>
a { background-color: #2AAC71; }
a { background-color: rgb(42,172,113); }
div.DivClassName
{
background-color: #2AAC71;
}
.BgClassName
{
background-color: #2AAC71;
}
</style>
border-color css
<style>
span { border-color: #2AAC71; }
span { border-color: rgb(42,172,113); }
td.TdClassName
{
border-color: #2AAC71;
}
.TagClassName
{
border-color: #2AAC71;
}
</style>