Shades of Medium Sea Green #2AA571
Tints of Medium Sea Green #2AA571
RGB
CMYK
RGB Variations
Color information
#2AA571 (or 0x2AA571) is known color: Medium Sea Green. HEX triplet: 2A, A5 and 71. RGB value is (42,165,113). Sum of RGB (Red+Green+Blue) = 42+165+113=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #2AA571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA571 is #D55A8E. Grayscale: #7A7A7A. Windows color (decimal): -13982351 or 7447850. OLE color: 7447850.
HSL color Cylindrical-coordinate representation of color #2AA571: hue angle of 154.63º degrees, saturation: 0.59, 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 #2AA571 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 165 | 113 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.35 |
| HSL | 154.63º | 0.59% | 0.41% | - |
| HSV(B) | 154.63º | 0.75% | 0.65% | - |
| XYZ | 17.39 | 28.59 | 20.23 | - |
| YUV | 122.3 | 122.75 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 165 | 113 | 0.75 | 0 | 0.32 | 0.35 | 154.63 | 0.59 | 0.41 |
| Hex | 2A | A5 | 71 | 4B | 0 | 20 | 23 | 9B | 3B | 29 |
| Octal | 52 | 245 | 161 | 113 | 0 | 40 | 43 | 233 | 73 | 51 |
| Binary | 101010 | 10100101 | 1110001 | 1001011 | 0 | 100000 | 100011 | 10011011 | 111011 | 101001 |
Color Harmonies of #2AA571
Complementary color
Monochromatic Colors of #2AA571
Black with #2AA571
Text Example
Text Example
White with #2AA571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA571; }
p { color: rgb(42,165,113); }
H1.HeaderClassName
{
color: #2AA571;
}
.AnyTagClassName
{
color: #2AA571;
}
</style>
background-color css
<style>
a { background-color: #2AA571; }
a { background-color: rgb(42,165,113); }
div.DivClassName
{
background-color: #2AA571;
}
.BgClassName
{
background-color: #2AA571;
}
</style>
border-color css
<style>
span { border-color: #2AA571; }
span { border-color: rgb(42,165,113); }
td.TdClassName
{
border-color: #2AA571;
}
.TagClassName
{
border-color: #2AA571;
}
</style>