Shades of Emerald #46EA86
Tints of Emerald #46EA86
RGB
CMYK
RGB Variations
Color information
#46EA86 (or 0x46EA86) is known color: Emerald. HEX triplet: 46, EA and 86. RGB value is (70,234,134). Sum of RGB (Red+Green+Blue) = 70+234+134=438 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.98% from 438); Green value is 234 (91.80% from 255 or 53.42% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 234 - color contains mainly: green. Hex color #46EA86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46EA86 is #B91579. Grayscale: #ADADAD. Windows color (decimal): -12129658 or 8841798. OLE color: 8841798.
HSL color Cylindrical-coordinate representation of color #46EA86: hue angle of 143.41º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46EA86 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 234 | 134 | - |
| CMYK | 0.70 | 0 | 0.43 | 0.08 |
| HSL | 143.41º | 0.8% | 0.6% | - |
| HSV(B) | 143.41º | 0.7% | 0.92% | - |
| XYZ | 36.25 | 61.87 | 32.59 | - |
| YUV | 173.56 | 105.67 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 234 | 134 | 0.70 | 0 | 0.43 | 0.08 | 143.41 | 0.8 | 0.6 |
| Hex | 46 | EA | 86 | 46 | 0 | 2B | 8 | 8F | 50 | 3C |
| Octal | 106 | 352 | 206 | 106 | 0 | 53 | 10 | 217 | 120 | 74 |
| Binary | 1000110 | 11101010 | 10000110 | 1000110 | 0 | 101011 | 1000 | 10001111 | 1010000 | 111100 |
Color Harmonies of #46EA86
Complementary color
Monochromatic Colors of #46EA86
Black with #46EA86
Text Example
Text Example
White with #46EA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EA86; }
p { color: rgb(70,234,134); }
H1.HeaderClassName
{
color: #46EA86;
}
.AnyTagClassName
{
color: #46EA86;
}
</style>
background-color css
<style>
a { background-color: #46EA86; }
a { background-color: rgb(70,234,134); }
div.DivClassName
{
background-color: #46EA86;
}
.BgClassName
{
background-color: #46EA86;
}
</style>
border-color css
<style>
span { border-color: #46EA86; }
span { border-color: rgb(70,234,134); }
td.TdClassName
{
border-color: #46EA86;
}
.TagClassName
{
border-color: #46EA86;
}
</style>