Shades of Emerald #3ACE60
Tints of Emerald #3ACE60
RGB
CMYK
RGB Variations
Color information
#3ACE60 (or 0x3ACE60) is known color: Emerald. HEX triplet: 3A, CE and 60. RGB value is (58,206,96). Sum of RGB (Red+Green+Blue) = 58+206+96=360 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.11% from 360); Green value is 206 (80.86% from 255 or 57.22% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACE60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACE60 is #C5319F. Grayscale: #959595. Windows color (decimal): -12923296 or 6344250. OLE color: 6344250.
HSL color Cylindrical-coordinate representation of color #3ACE60: hue angle of 135.41º 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 #3ACE60 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 206 | 96 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.19 |
| HSL | 135.41º | 0.6% | 0.52% | - |
| HSV(B) | 135.41º | 0.72% | 0.81% | - |
| XYZ | 25.93 | 45.89 | 18.56 | - |
| YUV | 149.21 | 97.97 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 96 | 0.72 | 0 | 0.53 | 0.19 | 135.41 | 0.6 | 0.52 |
| Hex | 3A | CE | 60 | 48 | 0 | 35 | 13 | 87 | 3C | 34 |
| Octal | 72 | 316 | 140 | 110 | 0 | 65 | 23 | 207 | 74 | 64 |
| Binary | 111010 | 11001110 | 1100000 | 1001000 | 0 | 110101 | 10011 | 10000111 | 111100 | 110100 |
Color Harmonies of #3ACE60
Complementary color
Monochromatic Colors of #3ACE60
Black with #3ACE60
Text Example
Text Example
White with #3ACE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACE60; }
p { color: rgb(58,206,96); }
H1.HeaderClassName
{
color: #3ACE60;
}
.AnyTagClassName
{
color: #3ACE60;
}
</style>
background-color css
<style>
a { background-color: #3ACE60; }
a { background-color: rgb(58,206,96); }
div.DivClassName
{
background-color: #3ACE60;
}
.BgClassName
{
background-color: #3ACE60;
}
</style>
border-color css
<style>
span { border-color: #3ACE60; }
span { border-color: rgb(58,206,96); }
td.TdClassName
{
border-color: #3ACE60;
}
.TagClassName
{
border-color: #3ACE60;
}
</style>