Shades of Medium Sea Green #2AA66F
Tints of Medium Sea Green #2AA66F
RGB
CMYK
RGB Variations
Color information
#2AA66F (or 0x2AA66F) is known color: Medium Sea Green. HEX triplet: 2A, A6 and 6F. RGB value is (42,166,111). Sum of RGB (Red+Green+Blue) = 42+166+111=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 166 (65.23% from 255 or 52.04% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA66F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA66F is #D55990. Grayscale: #7A7A7A. Windows color (decimal): -13982097 or 7317034. OLE color: 7317034.
HSL color Cylindrical-coordinate representation of color #2AA66F: hue angle of 153.39º 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 #2AA66F is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 166 | 111 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.35 |
| HSL | 153.39º | 0.6% | 0.41% | - |
| HSV(B) | 153.39º | 0.75% | 0.65% | - |
| XYZ | 17.46 | 28.91 | 19.7 | - |
| YUV | 122.65 | 121.42 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 166 | 111 | 0.75 | 0 | 0.33 | 0.35 | 153.39 | 0.6 | 0.41 |
| Hex | 2A | A6 | 6F | 4B | 0 | 21 | 23 | 99 | 3C | 29 |
| Octal | 52 | 246 | 157 | 113 | 0 | 41 | 43 | 231 | 74 | 51 |
| Binary | 101010 | 10100110 | 1101111 | 1001011 | 0 | 100001 | 100011 | 10011001 | 111100 | 101001 |
Color Harmonies of #2AA66F
Complementary color
Monochromatic Colors of #2AA66F
Black with #2AA66F
Text Example
Text Example
White with #2AA66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA66F; }
p { color: rgb(42,166,111); }
H1.HeaderClassName
{
color: #2AA66F;
}
.AnyTagClassName
{
color: #2AA66F;
}
</style>
background-color css
<style>
a { background-color: #2AA66F; }
a { background-color: rgb(42,166,111); }
div.DivClassName
{
background-color: #2AA66F;
}
.BgClassName
{
background-color: #2AA66F;
}
</style>
border-color css
<style>
span { border-color: #2AA66F; }
span { border-color: rgb(42,166,111); }
td.TdClassName
{
border-color: #2AA66F;
}
.TagClassName
{
border-color: #2AA66F;
}
</style>