Shades of Emerald #3AD068
Tints of Emerald #3AD068
RGB
CMYK
RGB Variations
Color information
#3AD068 (or 0x3AD068) is known color: Emerald. HEX triplet: 3A, D0 and 68. RGB value is (58,208,104). Sum of RGB (Red+Green+Blue) = 58+208+104=370 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.68% from 370); Green value is 208 (81.64% from 255 or 56.22% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD068 is #C52F97. Grayscale: #979797. Windows color (decimal): -12922776 or 6869050. OLE color: 6869050.
HSL color Cylindrical-coordinate representation of color #3AD068: hue angle of 138.4º 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 #3AD068 is Cyan = 0.72, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 104 | - |
| CMYK | 0.72 | 0 | 0.5 | 0.18 |
| HSL | 138.4º | 0.61% | 0.52% | - |
| HSV(B) | 138.4º | 0.72% | 0.82% | - |
| XYZ | 26.8 | 47.01 | 20.76 | - |
| YUV | 151.29 | 101.31 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 104 | 0.72 | 0 | 0.5 | 0.18 | 138.4 | 0.61 | 0.52 |
| Hex | 3A | D0 | 68 | 48 | 0 | 32 | 12 | 8A | 3D | 34 |
| Octal | 72 | 320 | 150 | 110 | 0 | 62 | 22 | 212 | 75 | 64 |
| Binary | 111010 | 11010000 | 1101000 | 1001000 | 0 | 110010 | 10010 | 10001010 | 111101 | 110100 |
Color Harmonies of #3AD068
Complementary color
Monochromatic Colors of #3AD068
Black with #3AD068
Text Example
Text Example
White with #3AD068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD068; }
p { color: rgb(58,208,104); }
H1.HeaderClassName
{
color: #3AD068;
}
.AnyTagClassName
{
color: #3AD068;
}
</style>
background-color css
<style>
a { background-color: #3AD068; }
a { background-color: rgb(58,208,104); }
div.DivClassName
{
background-color: #3AD068;
}
.BgClassName
{
background-color: #3AD068;
}
</style>
border-color css
<style>
span { border-color: #3AD068; }
span { border-color: rgb(58,208,104); }
td.TdClassName
{
border-color: #3AD068;
}
.TagClassName
{
border-color: #3AD068;
}
</style>