Shades of Medium Sea Green #2BBC6B
Tints of Medium Sea Green #2BBC6B
RGB
CMYK
RGB Variations
Color information
#2BBC6B (or 0x2BBC6B) is known color: Medium Sea Green. HEX triplet: 2B, BC and 6B. RGB value is (43,188,107). Sum of RGB (Red+Green+Blue) = 43+188+107=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBC6B is #D44394. Grayscale: #878787. Windows color (decimal): -13910933 or 7060523. OLE color: 7060523.
HSL color Cylindrical-coordinate representation of color #2BBC6B: hue angle of 146.48º 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 #2BBC6B is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 107 | - |
| CMYK | 0.77 | 0 | 0.43 | 0.26 |
| HSL | 146.48º | 0.63% | 0.45% | - |
| HSV(B) | 146.48º | 0.77% | 0.74% | - |
| XYZ | 21.63 | 37.54 | 20.02 | - |
| YUV | 135.41 | 111.96 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 107 | 0.77 | 0 | 0.43 | 0.26 | 146.48 | 0.63 | 0.45 |
| Hex | 2B | BC | 6B | 4D | 0 | 2B | 1A | 92 | 3F | 2D |
| Octal | 53 | 274 | 153 | 115 | 0 | 53 | 32 | 222 | 77 | 55 |
| Binary | 101011 | 10111100 | 1101011 | 1001101 | 0 | 101011 | 11010 | 10010010 | 111111 | 101101 |
Color Harmonies of #2BBC6B
Complementary color
Monochromatic Colors of #2BBC6B
Black with #2BBC6B
Text Example
Text Example
White with #2BBC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC6B; }
p { color: rgb(43,188,107); }
H1.HeaderClassName
{
color: #2BBC6B;
}
.AnyTagClassName
{
color: #2BBC6B;
}
</style>
background-color css
<style>
a { background-color: #2BBC6B; }
a { background-color: rgb(43,188,107); }
div.DivClassName
{
background-color: #2BBC6B;
}
.BgClassName
{
background-color: #2BBC6B;
}
</style>
border-color css
<style>
span { border-color: #2BBC6B; }
span { border-color: rgb(43,188,107); }
td.TdClassName
{
border-color: #2BBC6B;
}
.TagClassName
{
border-color: #2BBC6B;
}
</style>