Shades of Emerald #3AD06C
Tints of Emerald #3AD06C
RGB
CMYK
RGB Variations
Color information
#3AD06C (or 0x3AD06C) is known color: Emerald. HEX triplet: 3A, D0 and 6C. RGB value is (58,208,108). Sum of RGB (Red+Green+Blue) = 58+208+108=374 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.51% from 374); Green value is 208 (81.64% from 255 or 55.61% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD06C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD06C is #C52F93. Grayscale: #989898. Windows color (decimal): -12922772 or 7131194. OLE color: 7131194.
HSL color Cylindrical-coordinate representation of color #3AD06C: hue angle of 140º 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 #3AD06C is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 108 | - |
| CMYK | 0.72 | 0 | 0.48 | 0.18 |
| HSL | 140º | 0.61% | 0.52% | - |
| HSV(B) | 140º | 0.72% | 0.82% | - |
| XYZ | 27.01 | 47.09 | 21.85 | - |
| YUV | 151.75 | 103.31 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 108 | 0.72 | 0 | 0.48 | 0.18 | 140 | 0.61 | 0.52 |
| Hex | 3A | D0 | 6C | 48 | 0 | 30 | 12 | 8C | 3D | 34 |
| Octal | 72 | 320 | 154 | 110 | 0 | 60 | 22 | 214 | 75 | 64 |
| Binary | 111010 | 11010000 | 1101100 | 1001000 | 0 | 110000 | 10010 | 10001100 | 111101 | 110100 |
Color Harmonies of #3AD06C
Complementary color
Monochromatic Colors of #3AD06C
Black with #3AD06C
Text Example
Text Example
White with #3AD06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD06C; }
p { color: rgb(58,208,108); }
H1.HeaderClassName
{
color: #3AD06C;
}
.AnyTagClassName
{
color: #3AD06C;
}
</style>
background-color css
<style>
a { background-color: #3AD06C; }
a { background-color: rgb(58,208,108); }
div.DivClassName
{
background-color: #3AD06C;
}
.BgClassName
{
background-color: #3AD06C;
}
</style>
border-color css
<style>
span { border-color: #3AD06C; }
span { border-color: rgb(58,208,108); }
td.TdClassName
{
border-color: #3AD06C;
}
.TagClassName
{
border-color: #3AD06C;
}
</style>