Shades of Medium Sea Green #2BBC69
Tints of Medium Sea Green #2BBC69
RGB
CMYK
RGB Variations
Color information
#2BBC69 (or 0x2BBC69) is known color: Medium Sea Green. HEX triplet: 2B, BC and 69. RGB value is (43,188,105). Sum of RGB (Red+Green+Blue) = 43+188+105=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBC69 is #D44396. Grayscale: #878787. Windows color (decimal): -13910935 or 6929451. OLE color: 6929451.
HSL color Cylindrical-coordinate representation of color #2BBC69: hue angle of 145.66º 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 #2BBC69 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 105 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.26 |
| HSL | 145.66º | 0.63% | 0.45% | - |
| HSV(B) | 145.66º | 0.77% | 0.74% | - |
| XYZ | 21.53 | 37.5 | 19.47 | - |
| YUV | 135.18 | 110.96 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 105 | 0.77 | 0 | 0.44 | 0.26 | 145.66 | 0.63 | 0.45 |
| Hex | 2B | BC | 69 | 4D | 0 | 2C | 1A | 92 | 3F | 2D |
| Octal | 53 | 274 | 151 | 115 | 0 | 54 | 32 | 222 | 77 | 55 |
| Binary | 101011 | 10111100 | 1101001 | 1001101 | 0 | 101100 | 11010 | 10010010 | 111111 | 101101 |
Color Harmonies of #2BBC69
Complementary color
Monochromatic Colors of #2BBC69
Black with #2BBC69
Text Example
Text Example
White with #2BBC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC69; }
p { color: rgb(43,188,105); }
H1.HeaderClassName
{
color: #2BBC69;
}
.AnyTagClassName
{
color: #2BBC69;
}
</style>
background-color css
<style>
a { background-color: #2BBC69; }
a { background-color: rgb(43,188,105); }
div.DivClassName
{
background-color: #2BBC69;
}
.BgClassName
{
background-color: #2BBC69;
}
</style>
border-color css
<style>
span { border-color: #2BBC69; }
span { border-color: rgb(43,188,105); }
td.TdClassName
{
border-color: #2BBC69;
}
.TagClassName
{
border-color: #2BBC69;
}
</style>