Shades of Medium Sea Green #2CC97C
Tints of Medium Sea Green #2CC97C
RGB
CMYK
RGB Variations
Color information
#2CC97C (or 0x2CC97C) is known color: Medium Sea Green. HEX triplet: 2C, C9 and 7C. RGB value is (44,201,124). Sum of RGB (Red+Green+Blue) = 44+201+124=369 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.92% from 369); Green value is 201 (78.91% from 255 or 54.47% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 201 - color contains mainly: green. Hex color #2CC97C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC97C is #D33683. Grayscale: #919191. Windows color (decimal): -13842052 or 8177964. OLE color: 8177964.
HSL color Cylindrical-coordinate representation of color #2CC97C: hue angle of 150.57º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC97C is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 201 | 124 | - |
| CMYK | 0.78 | 0 | 0.38 | 0.21 |
| HSL | 150.57º | 0.64% | 0.48% | - |
| HSV(B) | 150.57º | 0.78% | 0.79% | - |
| XYZ | 25.56 | 43.76 | 26.17 | - |
| YUV | 145.28 | 115.99 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 201 | 124 | 0.78 | 0 | 0.38 | 0.21 | 150.57 | 0.64 | 0.48 |
| Hex | 2C | C9 | 7C | 4E | 0 | 26 | 15 | 97 | 40 | 30 |
| Octal | 54 | 311 | 174 | 116 | 0 | 46 | 25 | 227 | 100 | 60 |
| Binary | 101100 | 11001001 | 1111100 | 1001110 | 0 | 100110 | 10101 | 10010111 | 1000000 | 110000 |
Color Harmonies of #2CC97C
Complementary color
Monochromatic Colors of #2CC97C
Black with #2CC97C
Text Example
Text Example
White with #2CC97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC97C; }
p { color: rgb(44,201,124); }
H1.HeaderClassName
{
color: #2CC97C;
}
.AnyTagClassName
{
color: #2CC97C;
}
</style>
background-color css
<style>
a { background-color: #2CC97C; }
a { background-color: rgb(44,201,124); }
div.DivClassName
{
background-color: #2CC97C;
}
.BgClassName
{
background-color: #2CC97C;
}
</style>
border-color css
<style>
span { border-color: #2CC97C; }
span { border-color: rgb(44,201,124); }
td.TdClassName
{
border-color: #2CC97C;
}
.TagClassName
{
border-color: #2CC97C;
}
</style>