Shades of Medium Sea Green #2CCF6C
Tints of Medium Sea Green #2CCF6C
RGB
CMYK
RGB Variations
Color information
#2CCF6C (or 0x2CCF6C) is known color: Medium Sea Green. HEX triplet: 2C, CF and 6C. RGB value is (44,207,108). Sum of RGB (Red+Green+Blue) = 44+207+108=359 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.26% from 359); Green value is 207 (81.25% from 255 or 57.66% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCF6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CCF6C is #D33093. Grayscale: #939393. Windows color (decimal): -13840532 or 7130924. OLE color: 7130924.
HSL color Cylindrical-coordinate representation of color #2CCF6C: hue angle of 143.56º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCF6C is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 207 | 108 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.19 |
| HSL | 143.56º | 0.65% | 0.49% | - |
| HSV(B) | 143.56º | 0.79% | 0.81% | - |
| XYZ | 26.06 | 46.24 | 21.74 | - |
| YUV | 146.98 | 106 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 207 | 108 | 0.79 | 0 | 0.48 | 0.19 | 143.56 | 0.65 | 0.49 |
| Hex | 2C | CF | 6C | 4F | 0 | 30 | 13 | 90 | 41 | 31 |
| Octal | 54 | 317 | 154 | 117 | 0 | 60 | 23 | 220 | 101 | 61 |
| Binary | 101100 | 11001111 | 1101100 | 1001111 | 0 | 110000 | 10011 | 10010000 | 1000001 | 110001 |
Color Harmonies of #2CCF6C
Complementary color
Monochromatic Colors of #2CCF6C
Black with #2CCF6C
Text Example
Text Example
White with #2CCF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCF6C; }
p { color: rgb(44,207,108); }
H1.HeaderClassName
{
color: #2CCF6C;
}
.AnyTagClassName
{
color: #2CCF6C;
}
</style>
background-color css
<style>
a { background-color: #2CCF6C; }
a { background-color: rgb(44,207,108); }
div.DivClassName
{
background-color: #2CCF6C;
}
.BgClassName
{
background-color: #2CCF6C;
}
</style>
border-color css
<style>
span { border-color: #2CCF6C; }
span { border-color: rgb(44,207,108); }
td.TdClassName
{
border-color: #2CCF6C;
}
.TagClassName
{
border-color: #2CCF6C;
}
</style>