Shades of Medium Sea Green #2CC066
Tints of Medium Sea Green #2CC066
RGB
CMYK
RGB Variations
Color information
#2CC066 (or 0x2CC066) is known color: Medium Sea Green. HEX triplet: 2C, C0 and 66. RGB value is (44,192,102). Sum of RGB (Red+Green+Blue) = 44+192+102=338 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.02% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC066 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC066 is #D33F99. Grayscale: #898989. Windows color (decimal): -13844378 or 6733868. OLE color: 6733868.
HSL color Cylindrical-coordinate representation of color #2CC066: hue angle of 143.51º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC066 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 192 | 102 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.25 |
| HSL | 143.51º | 0.63% | 0.46% | - |
| HSV(B) | 143.51º | 0.77% | 0.75% | - |
| XYZ | 22.29 | 39.19 | 18.96 | - |
| YUV | 137.49 | 107.97 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 192 | 102 | 0.77 | 0 | 0.47 | 0.25 | 143.51 | 0.63 | 0.46 |
| Hex | 2C | C0 | 66 | 4D | 0 | 2F | 19 | 90 | 3F | 2E |
| Octal | 54 | 300 | 146 | 115 | 0 | 57 | 31 | 220 | 77 | 56 |
| Binary | 101100 | 11000000 | 1100110 | 1001101 | 0 | 101111 | 11001 | 10010000 | 111111 | 101110 |
Color Harmonies of #2CC066
Complementary color
Monochromatic Colors of #2CC066
Black with #2CC066
Text Example
Text Example
White with #2CC066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC066; }
p { color: rgb(44,192,102); }
H1.HeaderClassName
{
color: #2CC066;
}
.AnyTagClassName
{
color: #2CC066;
}
</style>
background-color css
<style>
a { background-color: #2CC066; }
a { background-color: rgb(44,192,102); }
div.DivClassName
{
background-color: #2CC066;
}
.BgClassName
{
background-color: #2CC066;
}
</style>
border-color css
<style>
span { border-color: #2CC066; }
span { border-color: rgb(44,192,102); }
td.TdClassName
{
border-color: #2CC066;
}
.TagClassName
{
border-color: #2CC066;
}
</style>