Shades of Emerald #3AE07C
Tints of Emerald #3AE07C
RGB
CMYK
RGB Variations
Color information
#3AE07C (or 0x3AE07C) is known color: Emerald. HEX triplet: 3A, E0 and 7C. RGB value is (58,224,124). Sum of RGB (Red+Green+Blue) = 58+224+124=406 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.29% from 406); Green value is 224 (87.89% from 255 or 55.17% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 224 - color contains mainly: green. Hex color #3AE07C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AE07C is #C51F83. Grayscale: #A3A3A3. Windows color (decimal): -12918660 or 8183866. OLE color: 8183866.
HSL color Cylindrical-coordinate representation of color #3AE07C: hue angle of 143.86º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE07C is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 224 | 124 | - |
| CMYK | 0.74 | 0 | 0.45 | 0.12 |
| HSL | 143.86º | 0.73% | 0.55% | - |
| HSV(B) | 143.86º | 0.74% | 0.88% | - |
| XYZ | 32.04 | 55.67 | 28.12 | - |
| YUV | 162.97 | 106 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 224 | 124 | 0.74 | 0 | 0.45 | 0.12 | 143.86 | 0.73 | 0.55 |
| Hex | 3A | E0 | 7C | 4A | 0 | 2D | C | 90 | 49 | 37 |
| Octal | 72 | 340 | 174 | 112 | 0 | 55 | 14 | 220 | 111 | 67 |
| Binary | 111010 | 11100000 | 1111100 | 1001010 | 0 | 101101 | 1100 | 10010000 | 1001001 | 110111 |
Color Harmonies of #3AE07C
Complementary color
Monochromatic Colors of #3AE07C
Black with #3AE07C
Text Example
Text Example
White with #3AE07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE07C; }
p { color: rgb(58,224,124); }
H1.HeaderClassName
{
color: #3AE07C;
}
.AnyTagClassName
{
color: #3AE07C;
}
</style>
background-color css
<style>
a { background-color: #3AE07C; }
a { background-color: rgb(58,224,124); }
div.DivClassName
{
background-color: #3AE07C;
}
.BgClassName
{
background-color: #3AE07C;
}
</style>
border-color css
<style>
span { border-color: #3AE07C; }
span { border-color: rgb(58,224,124); }
td.TdClassName
{
border-color: #3AE07C;
}
.TagClassName
{
border-color: #3AE07C;
}
</style>