Shades of Medium Sea Green #2AAA73
Tints of Medium Sea Green #2AAA73
RGB
CMYK
RGB Variations
Color information
#2AAA73 (or 0x2AAA73) is known color: Medium Sea Green. HEX triplet: 2A, AA and 73. RGB value is (42,170,115). Sum of RGB (Red+Green+Blue) = 42+170+115=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 170 (66.80% from 255 or 51.99% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAA73 is #D5558C. Grayscale: #7D7D7D. Windows color (decimal): -13981069 or 7580202. OLE color: 7580202.
HSL color Cylindrical-coordinate representation of color #2AAA73: hue angle of 154.22º degrees, saturation: 0.6, 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 #2AAA73 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 115 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.33 |
| HSL | 154.22º | 0.6% | 0.42% | - |
| HSV(B) | 154.22º | 0.75% | 0.67% | - |
| XYZ | 18.42 | 30.48 | 21.13 | - |
| YUV | 125.46 | 122.09 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 115 | 0.75 | 0 | 0.32 | 0.33 | 154.22 | 0.6 | 0.42 |
| Hex | 2A | AA | 73 | 4B | 0 | 20 | 21 | 9A | 3C | 2A |
| Octal | 52 | 252 | 163 | 113 | 0 | 40 | 41 | 232 | 74 | 52 |
| Binary | 101010 | 10101010 | 1110011 | 1001011 | 0 | 100000 | 100001 | 10011010 | 111100 | 101010 |
Color Harmonies of #2AAA73
Complementary color
Monochromatic Colors of #2AAA73
Black with #2AAA73
Text Example
Text Example
White with #2AAA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA73; }
p { color: rgb(42,170,115); }
H1.HeaderClassName
{
color: #2AAA73;
}
.AnyTagClassName
{
color: #2AAA73;
}
</style>
background-color css
<style>
a { background-color: #2AAA73; }
a { background-color: rgb(42,170,115); }
div.DivClassName
{
background-color: #2AAA73;
}
.BgClassName
{
background-color: #2AAA73;
}
</style>
border-color css
<style>
span { border-color: #2AAA73; }
span { border-color: rgb(42,170,115); }
td.TdClassName
{
border-color: #2AAA73;
}
.TagClassName
{
border-color: #2AAA73;
}
</style>