Shades of Emerald #3AD666
Tints of Emerald #3AD666
RGB
CMYK
RGB Variations
Color information
#3AD666 (or 0x3AD666) is known color: Emerald. HEX triplet: 3A, D6 and 66. RGB value is (58,214,102). Sum of RGB (Red+Green+Blue) = 58+214+102=374 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.51% from 374); Green value is 214 (83.98% from 255 or 57.22% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD666 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD666 is #C52999. Grayscale: #9A9A9A. Windows color (decimal): -12921242 or 6739514. OLE color: 6739514.
HSL color Cylindrical-coordinate representation of color #3AD666: hue angle of 136.92º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD666 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 102 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.16 |
| HSL | 136.92º | 0.66% | 0.53% | - |
| HSV(B) | 136.92º | 0.73% | 0.84% | - |
| XYZ | 28.19 | 49.95 | 20.73 | - |
| YUV | 154.59 | 98.32 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 102 | 0.73 | 0 | 0.52 | 0.16 | 136.92 | 0.66 | 0.53 |
| Hex | 3A | D6 | 66 | 49 | 0 | 34 | 10 | 89 | 42 | 35 |
| Octal | 72 | 326 | 146 | 111 | 0 | 64 | 20 | 211 | 102 | 65 |
| Binary | 111010 | 11010110 | 1100110 | 1001001 | 0 | 110100 | 10000 | 10001001 | 1000010 | 110101 |
Color Harmonies of #3AD666
Complementary color
Monochromatic Colors of #3AD666
Black with #3AD666
Text Example
Text Example
White with #3AD666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD666; }
p { color: rgb(58,214,102); }
H1.HeaderClassName
{
color: #3AD666;
}
.AnyTagClassName
{
color: #3AD666;
}
</style>
background-color css
<style>
a { background-color: #3AD666; }
a { background-color: rgb(58,214,102); }
div.DivClassName
{
background-color: #3AD666;
}
.BgClassName
{
background-color: #3AD666;
}
</style>
border-color css
<style>
span { border-color: #3AD666; }
span { border-color: rgb(58,214,102); }
td.TdClassName
{
border-color: #3AD666;
}
.TagClassName
{
border-color: #3AD666;
}
</style>