Shades of Medium Sea Green #2ABB55
Tints of Medium Sea Green #2ABB55
RGB
CMYK
RGB Variations
Color information
#2ABB55 (or 0x2ABB55) is known color: Medium Sea Green. HEX triplet: 2A, BB and 55. RGB value is (42,187,85). Sum of RGB (Red+Green+Blue) = 42+187+85=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 187 (73.44% from 255 or 59.55% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABB55 is #D544AA. Grayscale: #848484. Windows color (decimal): -13976747 or 5618474. OLE color: 5618474.
HSL color Cylindrical-coordinate representation of color #2ABB55: hue angle of 137.79º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABB55 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 187 | 85 | - |
| CMYK | 0.78 | 0 | 0.55 | 0.27 |
| HSL | 137.79º | 0.63% | 0.45% | - |
| HSV(B) | 137.79º | 0.78% | 0.73% | - |
| XYZ | 20.36 | 36.69 | 14.6 | - |
| YUV | 132.02 | 101.46 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 85 | 0.78 | 0 | 0.55 | 0.27 | 137.79 | 0.63 | 0.45 |
| Hex | 2A | BB | 55 | 4E | 0 | 37 | 1B | 8A | 3F | 2D |
| Octal | 52 | 273 | 125 | 116 | 0 | 67 | 33 | 212 | 77 | 55 |
| Binary | 101010 | 10111011 | 1010101 | 1001110 | 0 | 110111 | 11011 | 10001010 | 111111 | 101101 |
Color Harmonies of #2ABB55
Complementary color
Monochromatic Colors of #2ABB55
Black with #2ABB55
Text Example
Text Example
White with #2ABB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABB55; }
p { color: rgb(42,187,85); }
H1.HeaderClassName
{
color: #2ABB55;
}
.AnyTagClassName
{
color: #2ABB55;
}
</style>
background-color css
<style>
a { background-color: #2ABB55; }
a { background-color: rgb(42,187,85); }
div.DivClassName
{
background-color: #2ABB55;
}
.BgClassName
{
background-color: #2ABB55;
}
</style>
border-color css
<style>
span { border-color: #2ABB55; }
span { border-color: rgb(42,187,85); }
td.TdClassName
{
border-color: #2ABB55;
}
.TagClassName
{
border-color: #2ABB55;
}
</style>