Shades of Emerald #3ECE70
Tints of Emerald #3ECE70
RGB
CMYK
RGB Variations
Color information
#3ECE70 (or 0x3ECE70) is known color: Emerald. HEX triplet: 3E, CE and 70. RGB value is (62,206,112). Sum of RGB (Red+Green+Blue) = 62+206+112=380 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.32% from 380); Green value is 206 (80.86% from 255 or 54.21% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 206 - color contains mainly: green. Hex color #3ECE70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ECE70 is #C1318F. Grayscale: #989898. Windows color (decimal): -12661136 or 7392830. OLE color: 7392830.
HSL color Cylindrical-coordinate representation of color #3ECE70: hue angle of 140.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECE70 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 206 | 112 | - |
| CMYK | 0.70 | 0 | 0.46 | 0.19 |
| HSL | 140.83º | 0.6% | 0.53% | - |
| HSV(B) | 140.83º | 0.7% | 0.81% | - |
| XYZ | 26.98 | 46.34 | 22.85 | - |
| YUV | 152.23 | 105.29 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 206 | 112 | 0.70 | 0 | 0.46 | 0.19 | 140.83 | 0.6 | 0.53 |
| Hex | 3E | CE | 70 | 46 | 0 | 2E | 13 | 8D | 3C | 35 |
| Octal | 76 | 316 | 160 | 106 | 0 | 56 | 23 | 215 | 74 | 65 |
| Binary | 111110 | 11001110 | 1110000 | 1000110 | 0 | 101110 | 10011 | 10001101 | 111100 | 110101 |
Color Harmonies of #3ECE70
Complementary color
Monochromatic Colors of #3ECE70
Black with #3ECE70
Text Example
Text Example
White with #3ECE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECE70; }
p { color: rgb(62,206,112); }
H1.HeaderClassName
{
color: #3ECE70;
}
.AnyTagClassName
{
color: #3ECE70;
}
</style>
background-color css
<style>
a { background-color: #3ECE70; }
a { background-color: rgb(62,206,112); }
div.DivClassName
{
background-color: #3ECE70;
}
.BgClassName
{
background-color: #3ECE70;
}
</style>
border-color css
<style>
span { border-color: #3ECE70; }
span { border-color: rgb(62,206,112); }
td.TdClassName
{
border-color: #3ECE70;
}
.TagClassName
{
border-color: #3ECE70;
}
</style>