Shades of Medium Sea Green #2AC871
Tints of Medium Sea Green #2AC871
RGB
CMYK
RGB Variations
Color information
#2AC871 (or 0x2AC871) is known color: Medium Sea Green. HEX triplet: 2A, C8 and 71. RGB value is (42,200,113). Sum of RGB (Red+Green+Blue) = 42+200+113=355 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.83% from 355); Green value is 200 (78.52% from 255 or 56.34% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC871 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC871 is #D5378E. Grayscale: #8F8F8F. Windows color (decimal): -13973391 or 7456810. OLE color: 7456810.
HSL color Cylindrical-coordinate representation of color #2AC871: hue angle of 146.96º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC871 is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 42 | 200 | 113 | - |
| CMYK | 0.79 | 0 | 0.44 | 0.22 |
| HSL | 146.96º | 0.65% | 0.47% | - |
| HSV(B) | 146.96º | 0.79% | 0.78% | - |
| XYZ | 24.59 | 42.99 | 22.63 | - |
| YUV | 142.84 | 111.15 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 200 | 113 | 0.79 | 0 | 0.44 | 0.22 | 146.96 | 0.65 | 0.47 |
| Hex | 2A | C8 | 71 | 4F | 0 | 2C | 16 | 93 | 41 | 2F |
| Octal | 52 | 310 | 161 | 117 | 0 | 54 | 26 | 223 | 101 | 57 |
| Binary | 101010 | 11001000 | 1110001 | 1001111 | 0 | 101100 | 10110 | 10010011 | 1000001 | 101111 |
Color Harmonies of #2AC871
Complementary color
Monochromatic Colors of #2AC871
Black with #2AC871
Text Example
Text Example
White with #2AC871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC871; }
p { color: rgb(42,200,113); }
H1.HeaderClassName
{
color: #2AC871;
}
.AnyTagClassName
{
color: #2AC871;
}
</style>
background-color css
<style>
a { background-color: #2AC871; }
a { background-color: rgb(42,200,113); }
div.DivClassName
{
background-color: #2AC871;
}
.BgClassName
{
background-color: #2AC871;
}
</style>
border-color css
<style>
span { border-color: #2AC871; }
span { border-color: rgb(42,200,113); }
td.TdClassName
{
border-color: #2AC871;
}
.TagClassName
{
border-color: #2AC871;
}
</style>