Shades of Emerald #3AD878
Tints of Emerald #3AD878
RGB
CMYK
RGB Variations
Color information
#3AD878 (or 0x3AD878) is known color: Emerald. HEX triplet: 3A, D8 and 78. RGB value is (58,216,120). Sum of RGB (Red+Green+Blue) = 58+216+120=394 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.72% from 394); Green value is 216 (84.77% from 255 or 54.82% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD878 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD878 is #C52787. Grayscale: #9E9E9E. Windows color (decimal): -12920712 or 7919674. OLE color: 7919674.
HSL color Cylindrical-coordinate representation of color #3AD878: hue angle of 143.54º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD878 is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 120 | - |
| CMYK | 0.73 | 0 | 0.44 | 0.15 |
| HSL | 143.54º | 0.67% | 0.54% | - |
| HSV(B) | 143.54º | 0.73% | 0.85% | - |
| XYZ | 29.69 | 51.37 | 26.12 | - |
| YUV | 157.81 | 106.65 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 120 | 0.73 | 0 | 0.44 | 0.15 | 143.54 | 0.67 | 0.54 |
| Hex | 3A | D8 | 78 | 49 | 0 | 2C | F | 90 | 43 | 36 |
| Octal | 72 | 330 | 170 | 111 | 0 | 54 | 17 | 220 | 103 | 66 |
| Binary | 111010 | 11011000 | 1111000 | 1001001 | 0 | 101100 | 1111 | 10010000 | 1000011 | 110110 |
Color Harmonies of #3AD878
Complementary color
Monochromatic Colors of #3AD878
Black with #3AD878
Text Example
Text Example
White with #3AD878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD878; }
p { color: rgb(58,216,120); }
H1.HeaderClassName
{
color: #3AD878;
}
.AnyTagClassName
{
color: #3AD878;
}
</style>
background-color css
<style>
a { background-color: #3AD878; }
a { background-color: rgb(58,216,120); }
div.DivClassName
{
background-color: #3AD878;
}
.BgClassName
{
background-color: #3AD878;
}
</style>
border-color css
<style>
span { border-color: #3AD878; }
span { border-color: rgb(58,216,120); }
td.TdClassName
{
border-color: #3AD878;
}
.TagClassName
{
border-color: #3AD878;
}
</style>