Shades of Medium Sea Green #2ABB71
Tints of Medium Sea Green #2ABB71
RGB
CMYK
RGB Variations
Color information
#2ABB71 (or 0x2ABB71) is known color: Medium Sea Green. HEX triplet: 2A, BB and 71. RGB value is (42,187,113). Sum of RGB (Red+Green+Blue) = 42+187+113=342 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.28% from 342); Green value is 187 (73.44% from 255 or 54.68% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABB71 is #D5448E. Grayscale: #878787. Windows color (decimal): -13976719 or 7453482. OLE color: 7453482.
HSL color Cylindrical-coordinate representation of color #2ABB71: hue angle of 149.38º 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 #2ABB71 is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 187 | 113 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.27 |
| HSL | 149.38º | 0.63% | 0.45% | - |
| HSV(B) | 149.38º | 0.78% | 0.73% | - |
| XYZ | 21.71 | 37.23 | 21.66 | - |
| YUV | 135.21 | 115.46 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 113 | 0.78 | 0 | 0.40 | 0.27 | 149.38 | 0.63 | 0.45 |
| Hex | 2A | BB | 71 | 4E | 0 | 28 | 1B | 95 | 3F | 2D |
| Octal | 52 | 273 | 161 | 116 | 0 | 50 | 33 | 225 | 77 | 55 |
| Binary | 101010 | 10111011 | 1110001 | 1001110 | 0 | 101000 | 11011 | 10010101 | 111111 | 101101 |
Color Harmonies of #2ABB71
Complementary color
Monochromatic Colors of #2ABB71
Black with #2ABB71
Text Example
Text Example
White with #2ABB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABB71; }
p { color: rgb(42,187,113); }
H1.HeaderClassName
{
color: #2ABB71;
}
.AnyTagClassName
{
color: #2ABB71;
}
</style>
background-color css
<style>
a { background-color: #2ABB71; }
a { background-color: rgb(42,187,113); }
div.DivClassName
{
background-color: #2ABB71;
}
.BgClassName
{
background-color: #2ABB71;
}
</style>
border-color css
<style>
span { border-color: #2ABB71; }
span { border-color: rgb(42,187,113); }
td.TdClassName
{
border-color: #2ABB71;
}
.TagClassName
{
border-color: #2ABB71;
}
</style>