Shades of Medium Sea Green #2CCA6E
Tints of Medium Sea Green #2CCA6E
RGB
CMYK
RGB Variations
Color information
#2CCA6E (or 0x2CCA6E) is known color: Medium Sea Green. HEX triplet: 2C, CA and 6E. RGB value is (44,202,110). Sum of RGB (Red+Green+Blue) = 44+202+110=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCA6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CCA6E is #D33591. Grayscale: #909090. Windows color (decimal): -13841810 or 7260716. OLE color: 7260716.
HSL color Cylindrical-coordinate representation of color #2CCA6E: hue angle of 145.06º 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 #2CCA6E is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 202 | 110 | - |
| CMYK | 0.78 | 0 | 0.46 | 0.21 |
| HSL | 145.06º | 0.64% | 0.48% | - |
| HSV(B) | 145.06º | 0.78% | 0.79% | - |
| XYZ | 24.97 | 43.9 | 21.91 | - |
| YUV | 144.27 | 108.65 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 202 | 110 | 0.78 | 0 | 0.46 | 0.21 | 145.06 | 0.64 | 0.48 |
| Hex | 2C | CA | 6E | 4E | 0 | 2E | 15 | 91 | 40 | 30 |
| Octal | 54 | 312 | 156 | 116 | 0 | 56 | 25 | 221 | 100 | 60 |
| Binary | 101100 | 11001010 | 1101110 | 1001110 | 0 | 101110 | 10101 | 10010001 | 1000000 | 110000 |
Color Harmonies of #2CCA6E
Complementary color
Monochromatic Colors of #2CCA6E
Black with #2CCA6E
Text Example
Text Example
White with #2CCA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCA6E; }
p { color: rgb(44,202,110); }
H1.HeaderClassName
{
color: #2CCA6E;
}
.AnyTagClassName
{
color: #2CCA6E;
}
</style>
background-color css
<style>
a { background-color: #2CCA6E; }
a { background-color: rgb(44,202,110); }
div.DivClassName
{
background-color: #2CCA6E;
}
.BgClassName
{
background-color: #2CCA6E;
}
</style>
border-color css
<style>
span { border-color: #2CCA6E; }
span { border-color: rgb(44,202,110); }
td.TdClassName
{
border-color: #2CCA6E;
}
.TagClassName
{
border-color: #2CCA6E;
}
</style>