Shades of Medium Sea Green #2AAB72
Tints of Medium Sea Green #2AAB72
RGB
CMYK
RGB Variations
Color information
#2AAB72 (or 0x2AAB72) is known color: Medium Sea Green. HEX triplet: 2A, AB and 72. RGB value is (42,171,114). Sum of RGB (Red+Green+Blue) = 42+171+114=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 171 (67.19% from 255 or 52.29% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB72 is #D5548D. Grayscale: #7E7E7E. Windows color (decimal): -13980814 or 7514922. OLE color: 7514922.
HSL color Cylindrical-coordinate representation of color #2AAB72: hue angle of 153.49º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAB72 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 114 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.33 |
| HSL | 153.49º | 0.61% | 0.42% | - |
| HSV(B) | 153.49º | 0.75% | 0.67% | - |
| XYZ | 18.56 | 30.83 | 20.89 | - |
| YUV | 125.93 | 121.26 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 114 | 0.75 | 0 | 0.33 | 0.33 | 153.49 | 0.61 | 0.42 |
| Hex | 2A | AB | 72 | 4B | 0 | 21 | 21 | 99 | 3D | 2A |
| Octal | 52 | 253 | 162 | 113 | 0 | 41 | 41 | 231 | 75 | 52 |
| Binary | 101010 | 10101011 | 1110010 | 1001011 | 0 | 100001 | 100001 | 10011001 | 111101 | 101010 |
Color Harmonies of #2AAB72
Complementary color
Monochromatic Colors of #2AAB72
Black with #2AAB72
Text Example
Text Example
White with #2AAB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAB72; }
p { color: rgb(42,171,114); }
H1.HeaderClassName
{
color: #2AAB72;
}
.AnyTagClassName
{
color: #2AAB72;
}
</style>
background-color css
<style>
a { background-color: #2AAB72; }
a { background-color: rgb(42,171,114); }
div.DivClassName
{
background-color: #2AAB72;
}
.BgClassName
{
background-color: #2AAB72;
}
</style>
border-color css
<style>
span { border-color: #2AAB72; }
span { border-color: rgb(42,171,114); }
td.TdClassName
{
border-color: #2AAB72;
}
.TagClassName
{
border-color: #2AAB72;
}
</style>