Shades of Emerald #3ACE7E
Tints of Emerald #3ACE7E
RGB
CMYK
RGB Variations
Color information
#3ACE7E (or 0x3ACE7E) is known color: Emerald. HEX triplet: 3A, CE and 7E. RGB value is (58,206,126). Sum of RGB (Red+Green+Blue) = 58+206+126=390 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.87% from 390); Green value is 206 (80.86% from 255 or 52.82% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACE7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACE7E is #C53181. Grayscale: #989898. Windows color (decimal): -12923266 or 8310330. OLE color: 8310330.
HSL color Cylindrical-coordinate representation of color #3ACE7E: hue angle of 147.57º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACE7E is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 206 | 126 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.19 |
| HSL | 147.57º | 0.6% | 0.52% | - |
| HSV(B) | 147.57º | 0.72% | 0.81% | - |
| XYZ | 27.58 | 46.55 | 27.27 | - |
| YUV | 152.63 | 112.97 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 126 | 0.72 | 0 | 0.39 | 0.19 | 147.57 | 0.6 | 0.52 |
| Hex | 3A | CE | 7E | 48 | 0 | 27 | 13 | 94 | 3C | 34 |
| Octal | 72 | 316 | 176 | 110 | 0 | 47 | 23 | 224 | 74 | 64 |
| Binary | 111010 | 11001110 | 1111110 | 1001000 | 0 | 100111 | 10011 | 10010100 | 111100 | 110100 |
Color Harmonies of #3ACE7E
Complementary color
Monochromatic Colors of #3ACE7E
Black with #3ACE7E
Text Example
Text Example
White with #3ACE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACE7E; }
p { color: rgb(58,206,126); }
H1.HeaderClassName
{
color: #3ACE7E;
}
.AnyTagClassName
{
color: #3ACE7E;
}
</style>
background-color css
<style>
a { background-color: #3ACE7E; }
a { background-color: rgb(58,206,126); }
div.DivClassName
{
background-color: #3ACE7E;
}
.BgClassName
{
background-color: #3ACE7E;
}
</style>
border-color css
<style>
span { border-color: #3ACE7E; }
span { border-color: rgb(58,206,126); }
td.TdClassName
{
border-color: #3ACE7E;
}
.TagClassName
{
border-color: #3ACE7E;
}
</style>