Shades of Emerald #3AEC68
Tints of Emerald #3AEC68
RGB
CMYK
RGB Variations
Color information
#3AEC68 (or 0x3AEC68) is known color: Emerald. HEX triplet: 3A, EC and 68. RGB value is (58,236,104). Sum of RGB (Red+Green+Blue) = 58+236+104=398 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.57% from 398); Green value is 236 (92.58% from 255 or 59.30% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 236 - color contains mainly: green. Hex color #3AEC68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AEC68 is #C51397. Grayscale: #A8A8A8. Windows color (decimal): -12915608 or 6876218. OLE color: 6876218.
HSL color Cylindrical-coordinate representation of color #3AEC68: hue angle of 135.51º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AEC68 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 236 | 104 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.07 |
| HSL | 135.51º | 0.82% | 0.58% | - |
| HSV(B) | 135.51º | 0.75% | 0.93% | - |
| XYZ | 34.24 | 61.89 | 23.24 | - |
| YUV | 167.73 | 92.03 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 104 | 0.75 | 0 | 0.56 | 0.07 | 135.51 | 0.82 | 0.58 |
| Hex | 3A | EC | 68 | 4B | 0 | 38 | 7 | 88 | 52 | 3A |
| Octal | 72 | 354 | 150 | 113 | 0 | 70 | 7 | 210 | 122 | 72 |
| Binary | 111010 | 11101100 | 1101000 | 1001011 | 0 | 111000 | 111 | 10001000 | 1010010 | 111010 |
Color Harmonies of #3AEC68
Complementary color
Monochromatic Colors of #3AEC68
Black with #3AEC68
Text Example
Text Example
White with #3AEC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEC68; }
p { color: rgb(58,236,104); }
H1.HeaderClassName
{
color: #3AEC68;
}
.AnyTagClassName
{
color: #3AEC68;
}
</style>
background-color css
<style>
a { background-color: #3AEC68; }
a { background-color: rgb(58,236,104); }
div.DivClassName
{
background-color: #3AEC68;
}
.BgClassName
{
background-color: #3AEC68;
}
</style>
border-color css
<style>
span { border-color: #3AEC68; }
span { border-color: rgb(58,236,104); }
td.TdClassName
{
border-color: #3AEC68;
}
.TagClassName
{
border-color: #3AEC68;
}
</style>