Shades of Medium Sea Green #2BBC66
Tints of Medium Sea Green #2BBC66
RGB
CMYK
RGB Variations
Color information
#2BBC66 (or 0x2BBC66) is known color: Medium Sea Green. HEX triplet: 2B, BC and 66. RGB value is (43,188,102). Sum of RGB (Red+Green+Blue) = 43+188+102=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBC66 is #D44399. Grayscale: #878787. Windows color (decimal): -13910938 or 6732843. OLE color: 6732843.
HSL color Cylindrical-coordinate representation of color #2BBC66: hue angle of 144.41º 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 #2BBC66 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 102 | - |
| CMYK | 0.77 | 0 | 0.46 | 0.26 |
| HSL | 144.41º | 0.63% | 0.45% | - |
| HSV(B) | 144.41º | 0.77% | 0.74% | - |
| XYZ | 21.38 | 37.44 | 18.67 | - |
| YUV | 134.84 | 109.46 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 102 | 0.77 | 0 | 0.46 | 0.26 | 144.41 | 0.63 | 0.45 |
| Hex | 2B | BC | 66 | 4D | 0 | 2E | 1A | 90 | 3F | 2D |
| Octal | 53 | 274 | 146 | 115 | 0 | 56 | 32 | 220 | 77 | 55 |
| Binary | 101011 | 10111100 | 1100110 | 1001101 | 0 | 101110 | 11010 | 10010000 | 111111 | 101101 |
Color Harmonies of #2BBC66
Complementary color
Monochromatic Colors of #2BBC66
Black with #2BBC66
Text Example
Text Example
White with #2BBC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC66; }
p { color: rgb(43,188,102); }
H1.HeaderClassName
{
color: #2BBC66;
}
.AnyTagClassName
{
color: #2BBC66;
}
</style>
background-color css
<style>
a { background-color: #2BBC66; }
a { background-color: rgb(43,188,102); }
div.DivClassName
{
background-color: #2BBC66;
}
.BgClassName
{
background-color: #2BBC66;
}
</style>
border-color css
<style>
span { border-color: #2BBC66; }
span { border-color: rgb(43,188,102); }
td.TdClassName
{
border-color: #2BBC66;
}
.TagClassName
{
border-color: #2BBC66;
}
</style>