Shades of Medium Sea Green #2BCC79
Tints of Medium Sea Green #2BCC79
RGB
CMYK
RGB Variations
Color information
#2BCC79 (or 0x2BCC79) is known color: Medium Sea Green. HEX triplet: 2B, CC and 79. RGB value is (43,204,121). Sum of RGB (Red+Green+Blue) = 43+204+121=368 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.68% from 368); Green value is 204 (80.08% from 255 or 55.43% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 204 - color contains mainly: green. Hex color #2BCC79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCC79 is #D43386. Grayscale: #929292. Windows color (decimal): -13906823 or 7982123. OLE color: 7982123.
HSL color Cylindrical-coordinate representation of color #2BCC79: hue angle of 149.07º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCC79 is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 204 | 121 | - |
| CMYK | 0.79 | 0 | 0.41 | 0.2 |
| HSL | 149.07º | 0.65% | 0.48% | - |
| HSV(B) | 149.07º | 0.79% | 0.8% | - |
| XYZ | 26.04 | 45.08 | 25.42 | - |
| YUV | 146.4 | 113.66 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 204 | 121 | 0.79 | 0 | 0.41 | 0.2 | 149.07 | 0.65 | 0.48 |
| Hex | 2B | CC | 79 | 4F | 0 | 29 | 14 | 95 | 41 | 30 |
| Octal | 53 | 314 | 171 | 117 | 0 | 51 | 24 | 225 | 101 | 60 |
| Binary | 101011 | 11001100 | 1111001 | 1001111 | 0 | 101001 | 10100 | 10010101 | 1000001 | 110000 |
Color Harmonies of #2BCC79
Complementary color
Monochromatic Colors of #2BCC79
Black with #2BCC79
Text Example
Text Example
White with #2BCC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCC79; }
p { color: rgb(43,204,121); }
H1.HeaderClassName
{
color: #2BCC79;
}
.AnyTagClassName
{
color: #2BCC79;
}
</style>
background-color css
<style>
a { background-color: #2BCC79; }
a { background-color: rgb(43,204,121); }
div.DivClassName
{
background-color: #2BCC79;
}
.BgClassName
{
background-color: #2BCC79;
}
</style>
border-color css
<style>
span { border-color: #2BCC79; }
span { border-color: rgb(43,204,121); }
td.TdClassName
{
border-color: #2BCC79;
}
.TagClassName
{
border-color: #2BCC79;
}
</style>