Shades of Medium Sea Green #2CBC66
Tints of Medium Sea Green #2CBC66
RGB
CMYK
RGB Variations
Color information
#2CBC66 (or 0x2CBC66) is known color: Medium Sea Green. HEX triplet: 2C, BC and 66. RGB value is (44,188,102). Sum of RGB (Red+Green+Blue) = 44+188+102=334 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.17% from 334); Green value is 188 (73.83% from 255 or 56.29% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBC66 is #D34399. Grayscale: #878787. Windows color (decimal): -13845402 or 6732844. OLE color: 6732844.
HSL color Cylindrical-coordinate representation of color #2CBC66: hue angle of 144.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 #2CBC66 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 102 | - |
| CMYK | 0.77 | 0 | 0.46 | 0.26 |
| HSL | 144.17º | 0.62% | 0.45% | - |
| HSV(B) | 144.17º | 0.77% | 0.74% | - |
| XYZ | 21.42 | 37.46 | 18.67 | - |
| YUV | 135.14 | 109.29 | 62.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 102 | 0.77 | 0 | 0.46 | 0.26 | 144.17 | 0.62 | 0.45 |
| Hex | 2C | BC | 66 | 4D | 0 | 2E | 1A | 90 | 3E | 2D |
| Octal | 54 | 274 | 146 | 115 | 0 | 56 | 32 | 220 | 76 | 55 |
| Binary | 101100 | 10111100 | 1100110 | 1001101 | 0 | 101110 | 11010 | 10010000 | 111110 | 101101 |
Color Harmonies of #2CBC66
Complementary color
Monochromatic Colors of #2CBC66
Black with #2CBC66
Text Example
Text Example
White with #2CBC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBC66; }
p { color: rgb(44,188,102); }
H1.HeaderClassName
{
color: #2CBC66;
}
.AnyTagClassName
{
color: #2CBC66;
}
</style>
background-color css
<style>
a { background-color: #2CBC66; }
a { background-color: rgb(44,188,102); }
div.DivClassName
{
background-color: #2CBC66;
}
.BgClassName
{
background-color: #2CBC66;
}
</style>
border-color css
<style>
span { border-color: #2CBC66; }
span { border-color: rgb(44,188,102); }
td.TdClassName
{
border-color: #2CBC66;
}
.TagClassName
{
border-color: #2CBC66;
}
</style>