Shades of Medium Sea Green #2BBC72
Tints of Medium Sea Green #2BBC72
RGB
CMYK
RGB Variations
Color information
#2BBC72 (or 0x2BBC72) is known color: Medium Sea Green. HEX triplet: 2B, BC and 72. RGB value is (43,188,114). Sum of RGB (Red+Green+Blue) = 43+188+114=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBC72 is #D4438D. Grayscale: #888888. Windows color (decimal): -13910926 or 7519275. OLE color: 7519275.
HSL color Cylindrical-coordinate representation of color #2BBC72: hue angle of 149.38º 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 #2BBC72 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 114 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.26 |
| HSL | 149.38º | 0.63% | 0.45% | - |
| HSV(B) | 149.38º | 0.77% | 0.74% | - |
| XYZ | 22.02 | 37.69 | 22.04 | - |
| YUV | 136.21 | 115.46 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 114 | 0.77 | 0 | 0.39 | 0.26 | 149.38 | 0.63 | 0.45 |
| Hex | 2B | BC | 72 | 4D | 0 | 27 | 1A | 95 | 3F | 2D |
| Octal | 53 | 274 | 162 | 115 | 0 | 47 | 32 | 225 | 77 | 55 |
| Binary | 101011 | 10111100 | 1110010 | 1001101 | 0 | 100111 | 11010 | 10010101 | 111111 | 101101 |
Color Harmonies of #2BBC72
Complementary color
Monochromatic Colors of #2BBC72
Black with #2BBC72
Text Example
Text Example
White with #2BBC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC72; }
p { color: rgb(43,188,114); }
H1.HeaderClassName
{
color: #2BBC72;
}
.AnyTagClassName
{
color: #2BBC72;
}
</style>
background-color css
<style>
a { background-color: #2BBC72; }
a { background-color: rgb(43,188,114); }
div.DivClassName
{
background-color: #2BBC72;
}
.BgClassName
{
background-color: #2BBC72;
}
</style>
border-color css
<style>
span { border-color: #2BBC72; }
span { border-color: rgb(43,188,114); }
td.TdClassName
{
border-color: #2BBC72;
}
.TagClassName
{
border-color: #2BBC72;
}
</style>