Shades of Emerald #3AD87B
Tints of Emerald #3AD87B
RGB
CMYK
RGB Variations
Color information
#3AD87B (or 0x3AD87B) is known color: Emerald. HEX triplet: 3A, D8 and 7B. RGB value is (58,216,123). Sum of RGB (Red+Green+Blue) = 58+216+123=397 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.61% from 397); Green value is 216 (84.77% from 255 or 54.41% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD87B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD87B is #C52784. Grayscale: #9E9E9E. Windows color (decimal): -12920709 or 8116282. OLE color: 8116282.
HSL color Cylindrical-coordinate representation of color #3AD87B: hue angle of 144.68º 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 #3AD87B is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 123 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.15 |
| HSL | 144.68º | 0.67% | 0.54% | - |
| HSV(B) | 144.68º | 0.73% | 0.85% | - |
| XYZ | 29.88 | 51.44 | 27.09 | - |
| YUV | 158.16 | 108.15 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 123 | 0.73 | 0 | 0.43 | 0.15 | 144.68 | 0.67 | 0.54 |
| Hex | 3A | D8 | 7B | 49 | 0 | 2B | F | 91 | 43 | 36 |
| Octal | 72 | 330 | 173 | 111 | 0 | 53 | 17 | 221 | 103 | 66 |
| Binary | 111010 | 11011000 | 1111011 | 1001001 | 0 | 101011 | 1111 | 10010001 | 1000011 | 110110 |
Color Harmonies of #3AD87B
Complementary color
Monochromatic Colors of #3AD87B
Black with #3AD87B
Text Example
Text Example
White with #3AD87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD87B; }
p { color: rgb(58,216,123); }
H1.HeaderClassName
{
color: #3AD87B;
}
.AnyTagClassName
{
color: #3AD87B;
}
</style>
background-color css
<style>
a { background-color: #3AD87B; }
a { background-color: rgb(58,216,123); }
div.DivClassName
{
background-color: #3AD87B;
}
.BgClassName
{
background-color: #3AD87B;
}
</style>
border-color css
<style>
span { border-color: #3AD87B; }
span { border-color: rgb(58,216,123); }
td.TdClassName
{
border-color: #3AD87B;
}
.TagClassName
{
border-color: #3AD87B;
}
</style>