Shades of Emerald #3ACE7F
Tints of Emerald #3ACE7F
RGB
CMYK
RGB Variations
Color information
#3ACE7F (or 0x3ACE7F) is known color: Emerald. HEX triplet: 3A, CE and 7F. RGB value is (58,206,127). Sum of RGB (Red+Green+Blue) = 58+206+127=391 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.83% from 391); Green value is 206 (80.86% from 255 or 52.69% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACE7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACE7F is #C53180. Grayscale: #989898. Windows color (decimal): -12923265 or 8375866. OLE color: 8375866.
HSL color Cylindrical-coordinate representation of color #3ACE7F: hue angle of 147.97º 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 #3ACE7F is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 206 | 127 | - |
| CMYK | 0.72 | 0 | 0.38 | 0.19 |
| HSL | 147.97º | 0.6% | 0.52% | - |
| HSV(B) | 147.97º | 0.72% | 0.81% | - |
| XYZ | 27.65 | 46.57 | 27.61 | - |
| YUV | 152.74 | 113.47 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 127 | 0.72 | 0 | 0.38 | 0.19 | 147.97 | 0.6 | 0.52 |
| Hex | 3A | CE | 7F | 48 | 0 | 26 | 13 | 94 | 3C | 34 |
| Octal | 72 | 316 | 177 | 110 | 0 | 46 | 23 | 224 | 74 | 64 |
| Binary | 111010 | 11001110 | 1111111 | 1001000 | 0 | 100110 | 10011 | 10010100 | 111100 | 110100 |
Color Harmonies of #3ACE7F
Complementary color
Monochromatic Colors of #3ACE7F
Black with #3ACE7F
Text Example
Text Example
White with #3ACE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACE7F; }
p { color: rgb(58,206,127); }
H1.HeaderClassName
{
color: #3ACE7F;
}
.AnyTagClassName
{
color: #3ACE7F;
}
</style>
background-color css
<style>
a { background-color: #3ACE7F; }
a { background-color: rgb(58,206,127); }
div.DivClassName
{
background-color: #3ACE7F;
}
.BgClassName
{
background-color: #3ACE7F;
}
</style>
border-color css
<style>
span { border-color: #3ACE7F; }
span { border-color: rgb(58,206,127); }
td.TdClassName
{
border-color: #3ACE7F;
}
.TagClassName
{
border-color: #3ACE7F;
}
</style>