Shades of Emerald #3AD668
Tints of Emerald #3AD668
RGB
CMYK
RGB Variations
Color information
#3AD668 (or 0x3AD668) is known color: Emerald. HEX triplet: 3A, D6 and 68. RGB value is (58,214,104). Sum of RGB (Red+Green+Blue) = 58+214+104=376 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.43% from 376); Green value is 214 (83.98% from 255 or 56.91% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD668 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD668 is #C52997. Grayscale: #9B9B9B. Windows color (decimal): -12921240 or 6870586. OLE color: 6870586.
HSL color Cylindrical-coordinate representation of color #3AD668: hue angle of 137.69º 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 #3AD668 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 104 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.16 |
| HSL | 137.69º | 0.66% | 0.53% | - |
| HSV(B) | 137.69º | 0.73% | 0.84% | - |
| XYZ | 28.29 | 49.99 | 21.26 | - |
| YUV | 154.82 | 99.32 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 104 | 0.73 | 0 | 0.51 | 0.16 | 137.69 | 0.66 | 0.53 |
| Hex | 3A | D6 | 68 | 49 | 0 | 33 | 10 | 8A | 42 | 35 |
| Octal | 72 | 326 | 150 | 111 | 0 | 63 | 20 | 212 | 102 | 65 |
| Binary | 111010 | 11010110 | 1101000 | 1001001 | 0 | 110011 | 10000 | 10001010 | 1000010 | 110101 |
Color Harmonies of #3AD668
Complementary color
Monochromatic Colors of #3AD668
Black with #3AD668
Text Example
Text Example
White with #3AD668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD668; }
p { color: rgb(58,214,104); }
H1.HeaderClassName
{
color: #3AD668;
}
.AnyTagClassName
{
color: #3AD668;
}
</style>
background-color css
<style>
a { background-color: #3AD668; }
a { background-color: rgb(58,214,104); }
div.DivClassName
{
background-color: #3AD668;
}
.BgClassName
{
background-color: #3AD668;
}
</style>
border-color css
<style>
span { border-color: #3AD668; }
span { border-color: rgb(58,214,104); }
td.TdClassName
{
border-color: #3AD668;
}
.TagClassName
{
border-color: #3AD668;
}
</style>