Shades of Medium Sea Green #2AA771
Tints of Medium Sea Green #2AA771
RGB
CMYK
RGB Variations
Color information
#2AA771 (or 0x2AA771) is known color: Medium Sea Green. HEX triplet: 2A, A7 and 71. RGB value is (42,167,113). Sum of RGB (Red+Green+Blue) = 42+167+113=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 167 (65.62% from 255 or 51.86% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 167 - color contains mainly: green. Hex color #2AA771 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA771 is #D5588E. Grayscale: #7B7B7B. Windows color (decimal): -13981839 or 7448362. OLE color: 7448362.
HSL color Cylindrical-coordinate representation of color #2AA771: hue angle of 154.08º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA771 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 167 | 113 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.35 |
| HSL | 154.08º | 0.6% | 0.41% | - |
| HSV(B) | 154.08º | 0.75% | 0.65% | - |
| XYZ | 17.75 | 29.32 | 20.35 | - |
| YUV | 123.47 | 122.09 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 167 | 113 | 0.75 | 0 | 0.32 | 0.35 | 154.08 | 0.6 | 0.41 |
| Hex | 2A | A7 | 71 | 4B | 0 | 20 | 23 | 9A | 3C | 29 |
| Octal | 52 | 247 | 161 | 113 | 0 | 40 | 43 | 232 | 74 | 51 |
| Binary | 101010 | 10100111 | 1110001 | 1001011 | 0 | 100000 | 100011 | 10011010 | 111100 | 101001 |
Color Harmonies of #2AA771
Complementary color
Monochromatic Colors of #2AA771
Black with #2AA771
Text Example
Text Example
White with #2AA771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA771; }
p { color: rgb(42,167,113); }
H1.HeaderClassName
{
color: #2AA771;
}
.AnyTagClassName
{
color: #2AA771;
}
</style>
background-color css
<style>
a { background-color: #2AA771; }
a { background-color: rgb(42,167,113); }
div.DivClassName
{
background-color: #2AA771;
}
.BgClassName
{
background-color: #2AA771;
}
</style>
border-color css
<style>
span { border-color: #2AA771; }
span { border-color: rgb(42,167,113); }
td.TdClassName
{
border-color: #2AA771;
}
.TagClassName
{
border-color: #2AA771;
}
</style>