Shades of Medium Sea Green #2CC17D
Tints of Medium Sea Green #2CC17D
RGB
CMYK
RGB Variations
Color information
#2CC17D (or 0x2CC17D) is known color: Medium Sea Green. HEX triplet: 2C, C1 and 7D. RGB value is (44,193,125). Sum of RGB (Red+Green+Blue) = 44+193+125=362 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.15% from 362); Green value is 193 (75.78% from 255 or 53.31% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC17D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC17D is #D33E82. Grayscale: #8C8C8C. Windows color (decimal): -13844099 or 8241452. OLE color: 8241452.
HSL color Cylindrical-coordinate representation of color #2CC17D: hue angle of 152.62º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC17D is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 193 | 125 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.24 |
| HSL | 152.62º | 0.63% | 0.46% | - |
| HSV(B) | 152.62º | 0.77% | 0.76% | - |
| XYZ | 23.81 | 40.16 | 25.9 | - |
| YUV | 140.7 | 119.14 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 193 | 125 | 0.77 | 0 | 0.35 | 0.24 | 152.62 | 0.63 | 0.46 |
| Hex | 2C | C1 | 7D | 4D | 0 | 23 | 18 | 99 | 3F | 2E |
| Octal | 54 | 301 | 175 | 115 | 0 | 43 | 30 | 231 | 77 | 56 |
| Binary | 101100 | 11000001 | 1111101 | 1001101 | 0 | 100011 | 11000 | 10011001 | 111111 | 101110 |
Color Harmonies of #2CC17D
Complementary color
Monochromatic Colors of #2CC17D
Black with #2CC17D
Text Example
Text Example
White with #2CC17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC17D; }
p { color: rgb(44,193,125); }
H1.HeaderClassName
{
color: #2CC17D;
}
.AnyTagClassName
{
color: #2CC17D;
}
</style>
background-color css
<style>
a { background-color: #2CC17D; }
a { background-color: rgb(44,193,125); }
div.DivClassName
{
background-color: #2CC17D;
}
.BgClassName
{
background-color: #2CC17D;
}
</style>
border-color css
<style>
span { border-color: #2CC17D; }
span { border-color: rgb(44,193,125); }
td.TdClassName
{
border-color: #2CC17D;
}
.TagClassName
{
border-color: #2CC17D;
}
</style>