Shades of Medium Sea Green #2BBC76
Tints of Medium Sea Green #2BBC76
RGB
CMYK
RGB Variations
Color information
#2BBC76 (or 0x2BBC76) is known color: Medium Sea Green. HEX triplet: 2B, BC and 76. RGB value is (43,188,118). Sum of RGB (Red+Green+Blue) = 43+188+118=349 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.32% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBC76 is #D44389. Grayscale: #888888. Windows color (decimal): -13910922 or 7781419. OLE color: 7781419.
HSL color Cylindrical-coordinate representation of color #2BBC76: hue angle of 151.03º 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 #2BBC76 is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 118 | - |
| CMYK | 0.77 | 0 | 0.37 | 0.26 |
| HSL | 151.03º | 0.63% | 0.45% | - |
| HSV(B) | 151.03º | 0.77% | 0.74% | - |
| XYZ | 22.25 | 37.79 | 23.26 | - |
| YUV | 136.67 | 117.46 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 118 | 0.77 | 0 | 0.37 | 0.26 | 151.03 | 0.63 | 0.45 |
| Hex | 2B | BC | 76 | 4D | 0 | 25 | 1A | 97 | 3F | 2D |
| Octal | 53 | 274 | 166 | 115 | 0 | 45 | 32 | 227 | 77 | 55 |
| Binary | 101011 | 10111100 | 1110110 | 1001101 | 0 | 100101 | 11010 | 10010111 | 111111 | 101101 |
Color Harmonies of #2BBC76
Complementary color
Monochromatic Colors of #2BBC76
Black with #2BBC76
Text Example
Text Example
White with #2BBC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC76; }
p { color: rgb(43,188,118); }
H1.HeaderClassName
{
color: #2BBC76;
}
.AnyTagClassName
{
color: #2BBC76;
}
</style>
background-color css
<style>
a { background-color: #2BBC76; }
a { background-color: rgb(43,188,118); }
div.DivClassName
{
background-color: #2BBC76;
}
.BgClassName
{
background-color: #2BBC76;
}
</style>
border-color css
<style>
span { border-color: #2BBC76; }
span { border-color: rgb(43,188,118); }
td.TdClassName
{
border-color: #2BBC76;
}
.TagClassName
{
border-color: #2BBC76;
}
</style>