Shades of Medium Sea Green #2AA671
Tints of Medium Sea Green #2AA671
RGB
CMYK
RGB Variations
Color information
#2AA671 (or 0x2AA671) is known color: Medium Sea Green. HEX triplet: 2A, A6 and 71. RGB value is (42,166,113). Sum of RGB (Red+Green+Blue) = 42+166+113=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 166 (65.23% from 255 or 51.71% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA671 is #D5598E. Grayscale: #7A7A7A. Windows color (decimal): -13982095 or 7448106. OLE color: 7448106.
HSL color Cylindrical-coordinate representation of color #2AA671: hue angle of 154.35º 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 #2AA671 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 166 | 113 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.35 |
| HSL | 154.35º | 0.6% | 0.41% | - |
| HSV(B) | 154.35º | 0.75% | 0.65% | - |
| XYZ | 17.57 | 28.96 | 20.29 | - |
| YUV | 122.88 | 122.42 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 166 | 113 | 0.75 | 0 | 0.32 | 0.35 | 154.35 | 0.6 | 0.41 |
| Hex | 2A | A6 | 71 | 4B | 0 | 20 | 23 | 9A | 3C | 29 |
| Octal | 52 | 246 | 161 | 113 | 0 | 40 | 43 | 232 | 74 | 51 |
| Binary | 101010 | 10100110 | 1110001 | 1001011 | 0 | 100000 | 100011 | 10011010 | 111100 | 101001 |
Color Harmonies of #2AA671
Complementary color
Monochromatic Colors of #2AA671
Black with #2AA671
Text Example
Text Example
White with #2AA671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA671; }
p { color: rgb(42,166,113); }
H1.HeaderClassName
{
color: #2AA671;
}
.AnyTagClassName
{
color: #2AA671;
}
</style>
background-color css
<style>
a { background-color: #2AA671; }
a { background-color: rgb(42,166,113); }
div.DivClassName
{
background-color: #2AA671;
}
.BgClassName
{
background-color: #2AA671;
}
</style>
border-color css
<style>
span { border-color: #2AA671; }
span { border-color: rgb(42,166,113); }
td.TdClassName
{
border-color: #2AA671;
}
.TagClassName
{
border-color: #2AA671;
}
</style>