Shades of Emerald #3CCA6E
Tints of Emerald #3CCA6E
RGB
CMYK
RGB Variations
Color information
#3CCA6E (or 0x3CCA6E) is known color: Emerald. HEX triplet: 3C, CA and 6E. RGB value is (60,202,110). Sum of RGB (Red+Green+Blue) = 60+202+110=372 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.13% from 372); Green value is 202 (79.30% from 255 or 54.30% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCA6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CCA6E is #C33591. Grayscale: #959595. Windows color (decimal): -12793234 or 7260732. OLE color: 7260732.
HSL color Cylindrical-coordinate representation of color #3CCA6E: hue angle of 141.13º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCA6E is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 202 | 110 | - |
| CMYK | 0.70 | 0 | 0.46 | 0.21 |
| HSL | 141.13º | 0.57% | 0.51% | - |
| HSV(B) | 141.13º | 0.7% | 0.79% | - |
| XYZ | 25.8 | 44.33 | 21.95 | - |
| YUV | 149.05 | 105.96 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 110 | 0.70 | 0 | 0.46 | 0.21 | 141.13 | 0.57 | 0.51 |
| Hex | 3C | CA | 6E | 46 | 0 | 2E | 15 | 8D | 39 | 33 |
| Octal | 74 | 312 | 156 | 106 | 0 | 56 | 25 | 215 | 71 | 63 |
| Binary | 111100 | 11001010 | 1101110 | 1000110 | 0 | 101110 | 10101 | 10001101 | 111001 | 110011 |
Color Harmonies of #3CCA6E
Complementary color
Monochromatic Colors of #3CCA6E
Black with #3CCA6E
Text Example
Text Example
White with #3CCA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCA6E; }
p { color: rgb(60,202,110); }
H1.HeaderClassName
{
color: #3CCA6E;
}
.AnyTagClassName
{
color: #3CCA6E;
}
</style>
background-color css
<style>
a { background-color: #3CCA6E; }
a { background-color: rgb(60,202,110); }
div.DivClassName
{
background-color: #3CCA6E;
}
.BgClassName
{
background-color: #3CCA6E;
}
</style>
border-color css
<style>
span { border-color: #3CCA6E; }
span { border-color: rgb(60,202,110); }
td.TdClassName
{
border-color: #3CCA6E;
}
.TagClassName
{
border-color: #3CCA6E;
}
</style>