Shades of Medium Sea Green #2AA670
Tints of Medium Sea Green #2AA670
RGB
CMYK
RGB Variations
Color information
#2AA670 (or 0x2AA670) is known color: Medium Sea Green. HEX triplet: 2A, A6 and 70. RGB value is (42,166,112). Sum of RGB (Red+Green+Blue) = 42+166+112=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 166 (65.23% from 255 or 51.88% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA670 is #D5598F. Grayscale: #7A7A7A. Windows color (decimal): -13982096 or 7382570. OLE color: 7382570.
HSL color Cylindrical-coordinate representation of color #2AA670: hue angle of 153.87º 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 #2AA670 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 166 | 112 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.35 |
| HSL | 153.87º | 0.6% | 0.41% | - |
| HSV(B) | 153.87º | 0.75% | 0.65% | - |
| XYZ | 17.52 | 28.93 | 19.99 | - |
| YUV | 122.77 | 121.92 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 166 | 112 | 0.75 | 0 | 0.33 | 0.35 | 153.87 | 0.6 | 0.41 |
| Hex | 2A | A6 | 70 | 4B | 0 | 21 | 23 | 9A | 3C | 29 |
| Octal | 52 | 246 | 160 | 113 | 0 | 41 | 43 | 232 | 74 | 51 |
| Binary | 101010 | 10100110 | 1110000 | 1001011 | 0 | 100001 | 100011 | 10011010 | 111100 | 101001 |
Color Harmonies of #2AA670
Complementary color
Monochromatic Colors of #2AA670
Black with #2AA670
Text Example
Text Example
White with #2AA670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA670; }
p { color: rgb(42,166,112); }
H1.HeaderClassName
{
color: #2AA670;
}
.AnyTagClassName
{
color: #2AA670;
}
</style>
background-color css
<style>
a { background-color: #2AA670; }
a { background-color: rgb(42,166,112); }
div.DivClassName
{
background-color: #2AA670;
}
.BgClassName
{
background-color: #2AA670;
}
</style>
border-color css
<style>
span { border-color: #2AA670; }
span { border-color: rgb(42,166,112); }
td.TdClassName
{
border-color: #2AA670;
}
.TagClassName
{
border-color: #2AA670;
}
</style>