Shades of Medium Sea Green #2BBB5E
Tints of Medium Sea Green #2BBB5E
RGB
CMYK
RGB Variations
Color information
#2BBB5E (or 0x2BBB5E) is known color: Medium Sea Green. HEX triplet: 2B, BB and 5E. RGB value is (43,187,94). Sum of RGB (Red+Green+Blue) = 43+187+94=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 187 (73.44% from 255 or 57.72% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 187 - color contains mainly: green. Hex color #2BBB5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBB5E is #D444A1. Grayscale: #858585. Windows color (decimal): -13911202 or 6208299. OLE color: 6208299.
HSL color Cylindrical-coordinate representation of color #2BBB5E: hue angle of 141.25º 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 #2BBB5E is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 187 | 94 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.27 |
| HSL | 141.25º | 0.63% | 0.45% | - |
| HSV(B) | 141.25º | 0.77% | 0.73% | - |
| XYZ | 20.79 | 36.86 | 16.61 | - |
| YUV | 133.34 | 105.79 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 187 | 94 | 0.77 | 0 | 0.50 | 0.27 | 141.25 | 0.63 | 0.45 |
| Hex | 2B | BB | 5E | 4D | 0 | 32 | 1B | 8D | 3F | 2D |
| Octal | 53 | 273 | 136 | 115 | 0 | 62 | 33 | 215 | 77 | 55 |
| Binary | 101011 | 10111011 | 1011110 | 1001101 | 0 | 110010 | 11011 | 10001101 | 111111 | 101101 |
Color Harmonies of #2BBB5E
Complementary color
Monochromatic Colors of #2BBB5E
Black with #2BBB5E
Text Example
Text Example
White with #2BBB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBB5E; }
p { color: rgb(43,187,94); }
H1.HeaderClassName
{
color: #2BBB5E;
}
.AnyTagClassName
{
color: #2BBB5E;
}
</style>
background-color css
<style>
a { background-color: #2BBB5E; }
a { background-color: rgb(43,187,94); }
div.DivClassName
{
background-color: #2BBB5E;
}
.BgClassName
{
background-color: #2BBB5E;
}
</style>
border-color css
<style>
span { border-color: #2BBB5E; }
span { border-color: rgb(43,187,94); }
td.TdClassName
{
border-color: #2BBB5E;
}
.TagClassName
{
border-color: #2BBB5E;
}
</style>