Shades of Medium Sea Green #2BBC78
Tints of Medium Sea Green #2BBC78
RGB
CMYK
RGB Variations
Color information
#2BBC78 (or 0x2BBC78) is known color: Medium Sea Green. HEX triplet: 2B, BC and 78. RGB value is (43,188,120). Sum of RGB (Red+Green+Blue) = 43+188+120=351 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.25% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBC78 is #D44387. Grayscale: #898989. Windows color (decimal): -13910920 or 7912491. OLE color: 7912491.
HSL color Cylindrical-coordinate representation of color #2BBC78: hue angle of 151.86º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBC78 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 120 | - |
| CMYK | 0.77 | 0 | 0.36 | 0.26 |
| HSL | 151.86º | 0.63% | 0.45% | - |
| HSV(B) | 151.86º | 0.77% | 0.74% | - |
| XYZ | 22.37 | 37.84 | 23.89 | - |
| YUV | 136.89 | 118.46 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 120 | 0.77 | 0 | 0.36 | 0.26 | 151.86 | 0.63 | 0.45 |
| Hex | 2B | BC | 78 | 4D | 0 | 24 | 1A | 98 | 3F | 2D |
| Octal | 53 | 274 | 170 | 115 | 0 | 44 | 32 | 230 | 77 | 55 |
| Binary | 101011 | 10111100 | 1111000 | 1001101 | 0 | 100100 | 11010 | 10011000 | 111111 | 101101 |
Color Harmonies of #2BBC78
Complementary color
Monochromatic Colors of #2BBC78
Black with #2BBC78
Text Example
Text Example
White with #2BBC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC78; }
p { color: rgb(43,188,120); }
H1.HeaderClassName
{
color: #2BBC78;
}
.AnyTagClassName
{
color: #2BBC78;
}
</style>
background-color css
<style>
a { background-color: #2BBC78; }
a { background-color: rgb(43,188,120); }
div.DivClassName
{
background-color: #2BBC78;
}
.BgClassName
{
background-color: #2BBC78;
}
</style>
border-color css
<style>
span { border-color: #2BBC78; }
span { border-color: rgb(43,188,120); }
td.TdClassName
{
border-color: #2BBC78;
}
.TagClassName
{
border-color: #2BBC78;
}
</style>