Shades of Medium Sea Green #2AD877
Tints of Medium Sea Green #2AD877
RGB
CMYK
RGB Variations
Color information
#2AD877 (or 0x2AD877) is known color: Medium Sea Green. HEX triplet: 2A, D8 and 77. RGB value is (42,216,119). Sum of RGB (Red+Green+Blue) = 42+216+119=377 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.14% from 377); Green value is 216 (84.77% from 255 or 57.29% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD877 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD877 is #D52788. Grayscale: #999999. Windows color (decimal): -13969289 or 7854122. OLE color: 7854122.
HSL color Cylindrical-coordinate representation of color #2AD877: hue angle of 146.55º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD877 is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 119 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.15 |
| HSL | 146.55º | 0.69% | 0.51% | - |
| HSV(B) | 146.55º | 0.81% | 0.85% | - |
| XYZ | 28.84 | 50.94 | 25.76 | - |
| YUV | 152.92 | 108.85 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 119 | 0.81 | 0 | 0.45 | 0.15 | 146.55 | 0.69 | 0.51 |
| Hex | 2A | D8 | 77 | 51 | 0 | 2D | F | 93 | 45 | 33 |
| Octal | 52 | 330 | 167 | 121 | 0 | 55 | 17 | 223 | 105 | 63 |
| Binary | 101010 | 11011000 | 1110111 | 1010001 | 0 | 101101 | 1111 | 10010011 | 1000101 | 110011 |
Color Harmonies of #2AD877
Complementary color
Monochromatic Colors of #2AD877
Black with #2AD877
Text Example
Text Example
White with #2AD877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD877; }
p { color: rgb(42,216,119); }
H1.HeaderClassName
{
color: #2AD877;
}
.AnyTagClassName
{
color: #2AD877;
}
</style>
background-color css
<style>
a { background-color: #2AD877; }
a { background-color: rgb(42,216,119); }
div.DivClassName
{
background-color: #2AD877;
}
.BgClassName
{
background-color: #2AD877;
}
</style>
border-color css
<style>
span { border-color: #2AD877; }
span { border-color: rgb(42,216,119); }
td.TdClassName
{
border-color: #2AD877;
}
.TagClassName
{
border-color: #2AD877;
}
</style>