Shades of Medium Sea Green #2CC97D
Tints of Medium Sea Green #2CC97D
RGB
CMYK
RGB Variations
Color information
#2CC97D (or 0x2CC97D) is known color: Medium Sea Green. HEX triplet: 2C, C9 and 7D. RGB value is (44,201,125). Sum of RGB (Red+Green+Blue) = 44+201+125=370 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.89% from 370); Green value is 201 (78.91% from 255 or 54.32% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 201 - color contains mainly: green. Hex color #2CC97D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC97D is #D33682. Grayscale: #919191. Windows color (decimal): -13842051 or 8243500. OLE color: 8243500.
HSL color Cylindrical-coordinate representation of color #2CC97D: hue angle of 150.96º 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 #2CC97D is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 201 | 125 | - |
| CMYK | 0.78 | 0 | 0.38 | 0.21 |
| HSL | 150.96º | 0.64% | 0.48% | - |
| HSV(B) | 150.96º | 0.78% | 0.79% | - |
| XYZ | 25.63 | 43.79 | 26.5 | - |
| YUV | 145.39 | 116.49 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 201 | 125 | 0.78 | 0 | 0.38 | 0.21 | 150.96 | 0.64 | 0.48 |
| Hex | 2C | C9 | 7D | 4E | 0 | 26 | 15 | 97 | 40 | 30 |
| Octal | 54 | 311 | 175 | 116 | 0 | 46 | 25 | 227 | 100 | 60 |
| Binary | 101100 | 11001001 | 1111101 | 1001110 | 0 | 100110 | 10101 | 10010111 | 1000000 | 110000 |
Color Harmonies of #2CC97D
Complementary color
Monochromatic Colors of #2CC97D
Black with #2CC97D
Text Example
Text Example
White with #2CC97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC97D; }
p { color: rgb(44,201,125); }
H1.HeaderClassName
{
color: #2CC97D;
}
.AnyTagClassName
{
color: #2CC97D;
}
</style>
background-color css
<style>
a { background-color: #2CC97D; }
a { background-color: rgb(44,201,125); }
div.DivClassName
{
background-color: #2CC97D;
}
.BgClassName
{
background-color: #2CC97D;
}
</style>
border-color css
<style>
span { border-color: #2CC97D; }
span { border-color: rgb(44,201,125); }
td.TdClassName
{
border-color: #2CC97D;
}
.TagClassName
{
border-color: #2CC97D;
}
</style>