Shades of Emerald #3AD17D
Tints of Emerald #3AD17D
RGB
CMYK
RGB Variations
Color information
#3AD17D (or 0x3AD17D) is known color: Emerald. HEX triplet: 3A, D1 and 7D. RGB value is (58,209,125). Sum of RGB (Red+Green+Blue) = 58+209+125=392 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.80% from 392); Green value is 209 (82.03% from 255 or 53.32% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD17D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD17D is #C52E82. Grayscale: #9A9A9A. Windows color (decimal): -12922499 or 8245562. OLE color: 8245562.
HSL color Cylindrical-coordinate representation of color #3AD17D: hue angle of 146.62º degrees, saturation: 0.62, 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 #3AD17D is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 209 | 125 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.18 |
| HSL | 146.62º | 0.62% | 0.52% | - |
| HSV(B) | 146.62º | 0.72% | 0.82% | - |
| XYZ | 28.25 | 47.98 | 27.17 | - |
| YUV | 154.28 | 111.47 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 209 | 125 | 0.72 | 0 | 0.40 | 0.18 | 146.62 | 0.62 | 0.52 |
| Hex | 3A | D1 | 7D | 48 | 0 | 28 | 12 | 93 | 3E | 34 |
| Octal | 72 | 321 | 175 | 110 | 0 | 50 | 22 | 223 | 76 | 64 |
| Binary | 111010 | 11010001 | 1111101 | 1001000 | 0 | 101000 | 10010 | 10010011 | 111110 | 110100 |
Color Harmonies of #3AD17D
Complementary color
Monochromatic Colors of #3AD17D
Black with #3AD17D
Text Example
Text Example
White with #3AD17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD17D; }
p { color: rgb(58,209,125); }
H1.HeaderClassName
{
color: #3AD17D;
}
.AnyTagClassName
{
color: #3AD17D;
}
</style>
background-color css
<style>
a { background-color: #3AD17D; }
a { background-color: rgb(58,209,125); }
div.DivClassName
{
background-color: #3AD17D;
}
.BgClassName
{
background-color: #3AD17D;
}
</style>
border-color css
<style>
span { border-color: #3AD17D; }
span { border-color: rgb(58,209,125); }
td.TdClassName
{
border-color: #3AD17D;
}
.TagClassName
{
border-color: #3AD17D;
}
</style>