Shades of Emerald #46C989
Tints of Emerald #46C989
RGB
CMYK
RGB Variations
Color information
#46C989 (or 0x46C989) is known color: Emerald. HEX triplet: 46, C9 and 89. RGB value is (70,201,137). Sum of RGB (Red+Green+Blue) = 70+201+137=408 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.16% from 408); Green value is 201 (78.91% from 255 or 49.26% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 201 - color contains mainly: green. Hex color #46C989 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46C989 is #B93676. Grayscale: #9A9A9A. Windows color (decimal): -12138103 or 9029958. OLE color: 9029958.
HSL color Cylindrical-coordinate representation of color #46C989: hue angle of 150.69º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C989 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 201 | 137 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.21 |
| HSL | 150.69º | 0.55% | 0.53% | - |
| HSV(B) | 150.69º | 0.65% | 0.79% | - |
| XYZ | 27.93 | 44.88 | 30.86 | - |
| YUV | 154.54 | 118.1 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 201 | 137 | 0.65 | 0 | 0.32 | 0.21 | 150.69 | 0.55 | 0.53 |
| Hex | 46 | C9 | 89 | 41 | 0 | 20 | 15 | 97 | 37 | 35 |
| Octal | 106 | 311 | 211 | 101 | 0 | 40 | 25 | 227 | 67 | 65 |
| Binary | 1000110 | 11001001 | 10001001 | 1000001 | 0 | 100000 | 10101 | 10010111 | 110111 | 110101 |
Color Harmonies of #46C989
Complementary color
Monochromatic Colors of #46C989
Black with #46C989
Text Example
Text Example
White with #46C989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C989; }
p { color: rgb(70,201,137); }
H1.HeaderClassName
{
color: #46C989;
}
.AnyTagClassName
{
color: #46C989;
}
</style>
background-color css
<style>
a { background-color: #46C989; }
a { background-color: rgb(70,201,137); }
div.DivClassName
{
background-color: #46C989;
}
.BgClassName
{
background-color: #46C989;
}
</style>
border-color css
<style>
span { border-color: #46C989; }
span { border-color: rgb(70,201,137); }
td.TdClassName
{
border-color: #46C989;
}
.TagClassName
{
border-color: #46C989;
}
</style>