Shades of Medium Sea Green #2CC159
Tints of Medium Sea Green #2CC159
RGB
CMYK
RGB Variations
Color information
#2CC159 (or 0x2CC159) is known color: Medium Sea Green. HEX triplet: 2C, C1 and 59. RGB value is (44,193,89). Sum of RGB (Red+Green+Blue) = 44+193+89=326 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.50% from 326); Green value is 193 (75.78% from 255 or 59.20% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC159 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC159 is #D33EA6. Grayscale: #888888. Windows color (decimal): -13844135 or 5882156. OLE color: 5882156.
HSL color Cylindrical-coordinate representation of color #2CC159: hue angle of 138.12º 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 #2CC159 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 193 | 89 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.24 |
| HSL | 138.12º | 0.63% | 0.46% | - |
| HSV(B) | 138.12º | 0.77% | 0.76% | - |
| XYZ | 21.91 | 39.4 | 15.9 | - |
| YUV | 136.59 | 101.14 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 193 | 89 | 0.77 | 0 | 0.54 | 0.24 | 138.12 | 0.63 | 0.46 |
| Hex | 2C | C1 | 59 | 4D | 0 | 36 | 18 | 8A | 3F | 2E |
| Octal | 54 | 301 | 131 | 115 | 0 | 66 | 30 | 212 | 77 | 56 |
| Binary | 101100 | 11000001 | 1011001 | 1001101 | 0 | 110110 | 11000 | 10001010 | 111111 | 101110 |
Color Harmonies of #2CC159
Complementary color
Monochromatic Colors of #2CC159
Black with #2CC159
Text Example
Text Example
White with #2CC159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC159; }
p { color: rgb(44,193,89); }
H1.HeaderClassName
{
color: #2CC159;
}
.AnyTagClassName
{
color: #2CC159;
}
</style>
background-color css
<style>
a { background-color: #2CC159; }
a { background-color: rgb(44,193,89); }
div.DivClassName
{
background-color: #2CC159;
}
.BgClassName
{
background-color: #2CC159;
}
</style>
border-color css
<style>
span { border-color: #2CC159; }
span { border-color: rgb(44,193,89); }
td.TdClassName
{
border-color: #2CC159;
}
.TagClassName
{
border-color: #2CC159;
}
</style>