Shades of Medium Sea Green #2CBC78
Tints of Medium Sea Green #2CBC78
RGB
CMYK
RGB Variations
Color information
#2CBC78 (or 0x2CBC78) is known color: Medium Sea Green. HEX triplet: 2C, BC and 78. RGB value is (44,188,120). Sum of RGB (Red+Green+Blue) = 44+188+120=352 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.5% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBC78 is #D34387. Grayscale: #898989. Windows color (decimal): -13845384 or 7912492. OLE color: 7912492.
HSL color Cylindrical-coordinate representation of color #2CBC78: hue angle of 151.67º degrees, saturation: 0.62, 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 #2CBC78 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 120 | - |
| CMYK | 0.77 | 0 | 0.36 | 0.26 |
| HSL | 151.67º | 0.62% | 0.45% | - |
| HSV(B) | 151.67º | 0.77% | 0.74% | - |
| XYZ | 22.41 | 37.86 | 23.9 | - |
| YUV | 137.19 | 118.29 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 120 | 0.77 | 0 | 0.36 | 0.26 | 151.67 | 0.62 | 0.45 |
| Hex | 2C | BC | 78 | 4D | 0 | 24 | 1A | 98 | 3E | 2D |
| Octal | 54 | 274 | 170 | 115 | 0 | 44 | 32 | 230 | 76 | 55 |
| Binary | 101100 | 10111100 | 1111000 | 1001101 | 0 | 100100 | 11010 | 10011000 | 111110 | 101101 |
Color Harmonies of #2CBC78
Complementary color
Monochromatic Colors of #2CBC78
Black with #2CBC78
Text Example
Text Example
White with #2CBC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBC78; }
p { color: rgb(44,188,120); }
H1.HeaderClassName
{
color: #2CBC78;
}
.AnyTagClassName
{
color: #2CBC78;
}
</style>
background-color css
<style>
a { background-color: #2CBC78; }
a { background-color: rgb(44,188,120); }
div.DivClassName
{
background-color: #2CBC78;
}
.BgClassName
{
background-color: #2CBC78;
}
</style>
border-color css
<style>
span { border-color: #2CBC78; }
span { border-color: rgb(44,188,120); }
td.TdClassName
{
border-color: #2CBC78;
}
.TagClassName
{
border-color: #2CBC78;
}
</style>