Shades of Emerald #3CEA80
Tints of Emerald #3CEA80
RGB
CMYK
RGB Variations
Color information
#3CEA80 (or 0x3CEA80) is known color: Emerald. HEX triplet: 3C, EA and 80. RGB value is (60,234,128). Sum of RGB (Red+Green+Blue) = 60+234+128=422 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.22% from 422); Green value is 234 (91.80% from 255 or 55.45% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEA80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CEA80 is #C3157F. Grayscale: #AAAAAA. Windows color (decimal): -12785024 or 8448572. OLE color: 8448572.
HSL color Cylindrical-coordinate representation of color #3CEA80: hue angle of 143.45º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CEA80 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 234 | 128 | - |
| CMYK | 0.74 | 0 | 0.45 | 0.08 |
| HSL | 143.45º | 0.81% | 0.58% | - |
| HSV(B) | 143.45º | 0.74% | 0.92% | - |
| XYZ | 35.18 | 61.36 | 30.41 | - |
| YUV | 169.89 | 104.35 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 128 | 0.74 | 0 | 0.45 | 0.08 | 143.45 | 0.81 | 0.58 |
| Hex | 3C | EA | 80 | 4A | 0 | 2D | 8 | 8F | 51 | 3A |
| Octal | 74 | 352 | 200 | 112 | 0 | 55 | 10 | 217 | 121 | 72 |
| Binary | 111100 | 11101010 | 10000000 | 1001010 | 0 | 101101 | 1000 | 10001111 | 1010001 | 111010 |
Color Harmonies of #3CEA80
Complementary color
Monochromatic Colors of #3CEA80
Black with #3CEA80
Text Example
Text Example
White with #3CEA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEA80; }
p { color: rgb(60,234,128); }
H1.HeaderClassName
{
color: #3CEA80;
}
.AnyTagClassName
{
color: #3CEA80;
}
</style>
background-color css
<style>
a { background-color: #3CEA80; }
a { background-color: rgb(60,234,128); }
div.DivClassName
{
background-color: #3CEA80;
}
.BgClassName
{
background-color: #3CEA80;
}
</style>
border-color css
<style>
span { border-color: #3CEA80; }
span { border-color: rgb(60,234,128); }
td.TdClassName
{
border-color: #3CEA80;
}
.TagClassName
{
border-color: #3CEA80;
}
</style>