Shades of Medium Sea Green #2CBC72
Tints of Medium Sea Green #2CBC72
RGB
CMYK
RGB Variations
Color information
#2CBC72 (or 0x2CBC72) is known color: Medium Sea Green. HEX triplet: 2C, BC and 72. RGB value is (44,188,114). Sum of RGB (Red+Green+Blue) = 44+188+114=346 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.72% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBC72 is #D3438D. Grayscale: #888888. Windows color (decimal): -13845390 or 7519276. OLE color: 7519276.
HSL color Cylindrical-coordinate representation of color #2CBC72: hue angle of 149.17º 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 #2CBC72 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 114 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.26 |
| HSL | 149.17º | 0.62% | 0.45% | - |
| HSV(B) | 149.17º | 0.77% | 0.74% | - |
| XYZ | 22.06 | 37.72 | 22.04 | - |
| YUV | 136.51 | 115.29 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 114 | 0.77 | 0 | 0.39 | 0.26 | 149.17 | 0.62 | 0.45 |
| Hex | 2C | BC | 72 | 4D | 0 | 27 | 1A | 95 | 3E | 2D |
| Octal | 54 | 274 | 162 | 115 | 0 | 47 | 32 | 225 | 76 | 55 |
| Binary | 101100 | 10111100 | 1110010 | 1001101 | 0 | 100111 | 11010 | 10010101 | 111110 | 101101 |
Color Harmonies of #2CBC72
Complementary color
Monochromatic Colors of #2CBC72
Black with #2CBC72
Text Example
Text Example
White with #2CBC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBC72; }
p { color: rgb(44,188,114); }
H1.HeaderClassName
{
color: #2CBC72;
}
.AnyTagClassName
{
color: #2CBC72;
}
</style>
background-color css
<style>
a { background-color: #2CBC72; }
a { background-color: rgb(44,188,114); }
div.DivClassName
{
background-color: #2CBC72;
}
.BgClassName
{
background-color: #2CBC72;
}
</style>
border-color css
<style>
span { border-color: #2CBC72; }
span { border-color: rgb(44,188,114); }
td.TdClassName
{
border-color: #2CBC72;
}
.TagClassName
{
border-color: #2CBC72;
}
</style>