Shades of Medium Sea Green #2ABA56
Tints of Medium Sea Green #2ABA56
RGB
CMYK
RGB Variations
Color information
#2ABA56 (or 0x2ABA56) is known color: Medium Sea Green. HEX triplet: 2A, BA and 56. RGB value is (42,186,86). Sum of RGB (Red+Green+Blue) = 42+186+86=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABA56 is #D545A9. Grayscale: #838383. Windows color (decimal): -13977002 or 5683754. OLE color: 5683754.
HSL color Cylindrical-coordinate representation of color #2ABA56: hue angle of 138.33º 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 #2ABA56 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 186 | 86 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.27 |
| HSL | 138.33º | 0.63% | 0.45% | - |
| HSV(B) | 138.33º | 0.77% | 0.73% | - |
| XYZ | 20.19 | 36.28 | 14.74 | - |
| YUV | 131.54 | 102.29 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 186 | 86 | 0.77 | 0 | 0.54 | 0.27 | 138.33 | 0.63 | 0.45 |
| Hex | 2A | BA | 56 | 4D | 0 | 36 | 1B | 8A | 3F | 2D |
| Octal | 52 | 272 | 126 | 115 | 0 | 66 | 33 | 212 | 77 | 55 |
| Binary | 101010 | 10111010 | 1010110 | 1001101 | 0 | 110110 | 11011 | 10001010 | 111111 | 101101 |
Color Harmonies of #2ABA56
Complementary color
Monochromatic Colors of #2ABA56
Black with #2ABA56
Text Example
Text Example
White with #2ABA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABA56; }
p { color: rgb(42,186,86); }
H1.HeaderClassName
{
color: #2ABA56;
}
.AnyTagClassName
{
color: #2ABA56;
}
</style>
background-color css
<style>
a { background-color: #2ABA56; }
a { background-color: rgb(42,186,86); }
div.DivClassName
{
background-color: #2ABA56;
}
.BgClassName
{
background-color: #2ABA56;
}
</style>
border-color css
<style>
span { border-color: #2ABA56; }
span { border-color: rgb(42,186,86); }
td.TdClassName
{
border-color: #2ABA56;
}
.TagClassName
{
border-color: #2ABA56;
}
</style>