Shades of Emerald #3ACE7D
Tints of Emerald #3ACE7D
RGB
CMYK
RGB Variations
Color information
#3ACE7D (or 0x3ACE7D) is known color: Emerald. HEX triplet: 3A, CE and 7D. RGB value is (58,206,125). Sum of RGB (Red+Green+Blue) = 58+206+125=389 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.91% from 389); Green value is 206 (80.86% from 255 or 52.96% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACE7D is #C53182. Grayscale: #989898. Windows color (decimal): -12923267 or 8244794. OLE color: 8244794.
HSL color Cylindrical-coordinate representation of color #3ACE7D: hue angle of 147.16º 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 #3ACE7D is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 206 | 125 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.19 |
| HSL | 147.16º | 0.6% | 0.52% | - |
| HSV(B) | 147.16º | 0.72% | 0.81% | - |
| XYZ | 27.52 | 46.52 | 26.93 | - |
| YUV | 152.51 | 112.47 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 125 | 0.72 | 0 | 0.39 | 0.19 | 147.16 | 0.6 | 0.52 |
| Hex | 3A | CE | 7D | 48 | 0 | 27 | 13 | 93 | 3C | 34 |
| Octal | 72 | 316 | 175 | 110 | 0 | 47 | 23 | 223 | 74 | 64 |
| Binary | 111010 | 11001110 | 1111101 | 1001000 | 0 | 100111 | 10011 | 10010011 | 111100 | 110100 |
Color Harmonies of #3ACE7D
Complementary color
Monochromatic Colors of #3ACE7D
Black with #3ACE7D
Text Example
Text Example
White with #3ACE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACE7D; }
p { color: rgb(58,206,125); }
H1.HeaderClassName
{
color: #3ACE7D;
}
.AnyTagClassName
{
color: #3ACE7D;
}
</style>
background-color css
<style>
a { background-color: #3ACE7D; }
a { background-color: rgb(58,206,125); }
div.DivClassName
{
background-color: #3ACE7D;
}
.BgClassName
{
background-color: #3ACE7D;
}
</style>
border-color css
<style>
span { border-color: #3ACE7D; }
span { border-color: rgb(58,206,125); }
td.TdClassName
{
border-color: #3ACE7D;
}
.TagClassName
{
border-color: #3ACE7D;
}
</style>