Shades of Medium Sea Green #2CD16C
Tints of Medium Sea Green #2CD16C
RGB
CMYK
RGB Variations
Color information
#2CD16C (or 0x2CD16C) is known color: Medium Sea Green. HEX triplet: 2C, D1 and 6C. RGB value is (44,209,108). Sum of RGB (Red+Green+Blue) = 44+209+108=361 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.19% from 361); Green value is 209 (82.03% from 255 or 57.89% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 209 - color contains mainly: green. Hex color #2CD16C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD16C is #D32E93. Grayscale: #949494. Windows color (decimal): -13840020 or 7131436. OLE color: 7131436.
HSL color Cylindrical-coordinate representation of color #2CD16C: hue angle of 143.27º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD16C is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 209 | 108 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.18 |
| HSL | 143.27º | 0.65% | 0.5% | - |
| HSV(B) | 143.27º | 0.79% | 0.82% | - |
| XYZ | 26.55 | 47.22 | 21.9 | - |
| YUV | 148.15 | 105.34 | 53.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 209 | 108 | 0.79 | 0 | 0.48 | 0.18 | 143.27 | 0.65 | 0.5 |
| Hex | 2C | D1 | 6C | 4F | 0 | 30 | 12 | 8F | 41 | 32 |
| Octal | 54 | 321 | 154 | 117 | 0 | 60 | 22 | 217 | 101 | 62 |
| Binary | 101100 | 11010001 | 1101100 | 1001111 | 0 | 110000 | 10010 | 10001111 | 1000001 | 110010 |
Color Harmonies of #2CD16C
Complementary color
Monochromatic Colors of #2CD16C
Black with #2CD16C
Text Example
Text Example
White with #2CD16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD16C; }
p { color: rgb(44,209,108); }
H1.HeaderClassName
{
color: #2CD16C;
}
.AnyTagClassName
{
color: #2CD16C;
}
</style>
background-color css
<style>
a { background-color: #2CD16C; }
a { background-color: rgb(44,209,108); }
div.DivClassName
{
background-color: #2CD16C;
}
.BgClassName
{
background-color: #2CD16C;
}
</style>
border-color css
<style>
span { border-color: #2CD16C; }
span { border-color: rgb(44,209,108); }
td.TdClassName
{
border-color: #2CD16C;
}
.TagClassName
{
border-color: #2CD16C;
}
</style>