Shades of Emerald #3AD07D
Tints of Emerald #3AD07D
RGB
CMYK
RGB Variations
Color information
#3AD07D (or 0x3AD07D) is known color: Emerald. HEX triplet: 3A, D0 and 7D. RGB value is (58,208,125). Sum of RGB (Red+Green+Blue) = 58+208+125=391 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.83% from 391); Green value is 208 (81.64% from 255 or 53.20% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD07D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD07D is #C52F82. Grayscale: #999999. Windows color (decimal): -12922755 or 8245306. OLE color: 8245306.
HSL color Cylindrical-coordinate representation of color #3AD07D: hue angle of 146.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD07D is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 125 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.18 |
| HSL | 146.8º | 0.61% | 0.52% | - |
| HSV(B) | 146.8º | 0.72% | 0.82% | - |
| XYZ | 28 | 47.49 | 27.09 | - |
| YUV | 153.69 | 111.81 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 125 | 0.72 | 0 | 0.40 | 0.18 | 146.8 | 0.61 | 0.52 |
| Hex | 3A | D0 | 7D | 48 | 0 | 28 | 12 | 93 | 3D | 34 |
| Octal | 72 | 320 | 175 | 110 | 0 | 50 | 22 | 223 | 75 | 64 |
| Binary | 111010 | 11010000 | 1111101 | 1001000 | 0 | 101000 | 10010 | 10010011 | 111101 | 110100 |
Color Harmonies of #3AD07D
Complementary color
Monochromatic Colors of #3AD07D
Black with #3AD07D
Text Example
Text Example
White with #3AD07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD07D; }
p { color: rgb(58,208,125); }
H1.HeaderClassName
{
color: #3AD07D;
}
.AnyTagClassName
{
color: #3AD07D;
}
</style>
background-color css
<style>
a { background-color: #3AD07D; }
a { background-color: rgb(58,208,125); }
div.DivClassName
{
background-color: #3AD07D;
}
.BgClassName
{
background-color: #3AD07D;
}
</style>
border-color css
<style>
span { border-color: #3AD07D; }
span { border-color: rgb(58,208,125); }
td.TdClassName
{
border-color: #3AD07D;
}
.TagClassName
{
border-color: #3AD07D;
}
</style>