Shades of Medium Sea Green #2BBB71
Tints of Medium Sea Green #2BBB71
RGB
CMYK
RGB Variations
Color information
#2BBB71 (or 0x2BBB71) is known color: Medium Sea Green. HEX triplet: 2B, BB and 71. RGB value is (43,187,113). Sum of RGB (Red+Green+Blue) = 43+187+113=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 187 (73.44% from 255 or 54.52% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 187 - color contains mainly: green. Hex color #2BBB71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBB71 is #D4448E. Grayscale: #878787. Windows color (decimal): -13911183 or 7453483. OLE color: 7453483.
HSL color Cylindrical-coordinate representation of color #2BBB71: hue angle of 149.17º 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 #2BBB71 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 187 | 113 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.27 |
| HSL | 149.17º | 0.63% | 0.45% | - |
| HSV(B) | 149.17º | 0.77% | 0.73% | - |
| XYZ | 21.75 | 37.25 | 21.67 | - |
| YUV | 135.51 | 115.29 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 187 | 113 | 0.77 | 0 | 0.40 | 0.27 | 149.17 | 0.63 | 0.45 |
| Hex | 2B | BB | 71 | 4D | 0 | 28 | 1B | 95 | 3F | 2D |
| Octal | 53 | 273 | 161 | 115 | 0 | 50 | 33 | 225 | 77 | 55 |
| Binary | 101011 | 10111011 | 1110001 | 1001101 | 0 | 101000 | 11011 | 10010101 | 111111 | 101101 |
Color Harmonies of #2BBB71
Complementary color
Monochromatic Colors of #2BBB71
Black with #2BBB71
Text Example
Text Example
White with #2BBB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBB71; }
p { color: rgb(43,187,113); }
H1.HeaderClassName
{
color: #2BBB71;
}
.AnyTagClassName
{
color: #2BBB71;
}
</style>
background-color css
<style>
a { background-color: #2BBB71; }
a { background-color: rgb(43,187,113); }
div.DivClassName
{
background-color: #2BBB71;
}
.BgClassName
{
background-color: #2BBB71;
}
</style>
border-color css
<style>
span { border-color: #2BBB71; }
span { border-color: rgb(43,187,113); }
td.TdClassName
{
border-color: #2BBB71;
}
.TagClassName
{
border-color: #2BBB71;
}
</style>