Shades of Medium Sea Green #2AB956
Tints of Medium Sea Green #2AB956
RGB
CMYK
RGB Variations
Color information
#2AB956 (or 0x2AB956) is known color: Medium Sea Green. HEX triplet: 2A, B9 and 56. RGB value is (42,185,86). Sum of RGB (Red+Green+Blue) = 42+185+86=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 185 (72.66% from 255 or 59.11% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB956 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB956 is #D546A9. Grayscale: #838383. Windows color (decimal): -13977258 or 5683498. OLE color: 5683498.
HSL color Cylindrical-coordinate representation of color #2AB956: hue angle of 138.46º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB956 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 185 | 86 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.27 |
| HSL | 138.46º | 0.63% | 0.45% | - |
| HSV(B) | 138.46º | 0.77% | 0.73% | - |
| XYZ | 19.98 | 35.86 | 14.67 | - |
| YUV | 130.96 | 102.62 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 185 | 86 | 0.77 | 0 | 0.54 | 0.27 | 138.46 | 0.63 | 0.45 |
| Hex | 2A | B9 | 56 | 4D | 0 | 36 | 1B | 8A | 3F | 2D |
| Octal | 52 | 271 | 126 | 115 | 0 | 66 | 33 | 212 | 77 | 55 |
| Binary | 101010 | 10111001 | 1010110 | 1001101 | 0 | 110110 | 11011 | 10001010 | 111111 | 101101 |
Color Harmonies of #2AB956
Complementary color
Monochromatic Colors of #2AB956
Black with #2AB956
Text Example
Text Example
White with #2AB956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB956; }
p { color: rgb(42,185,86); }
H1.HeaderClassName
{
color: #2AB956;
}
.AnyTagClassName
{
color: #2AB956;
}
</style>
background-color css
<style>
a { background-color: #2AB956; }
a { background-color: rgb(42,185,86); }
div.DivClassName
{
background-color: #2AB956;
}
.BgClassName
{
background-color: #2AB956;
}
</style>
border-color css
<style>
span { border-color: #2AB956; }
span { border-color: rgb(42,185,86); }
td.TdClassName
{
border-color: #2AB956;
}
.TagClassName
{
border-color: #2AB956;
}
</style>