Shades of Emerald #46CB88
Tints of Emerald #46CB88
RGB
CMYK
RGB Variations
Color information
#46CB88 (or 0x46CB88) is known color: Emerald. HEX triplet: 46, CB and 88. RGB value is (70,203,136). Sum of RGB (Red+Green+Blue) = 70+203+136=409 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.11% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #46CB88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CB88 is #B93477. Grayscale: #9B9B9B. Windows color (decimal): -12137592 or 8964934. OLE color: 8964934.
HSL color Cylindrical-coordinate representation of color #46CB88: hue angle of 149.77º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CB88 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 203 | 136 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.20 |
| HSL | 149.77º | 0.56% | 0.54% | - |
| HSV(B) | 149.77º | 0.66% | 0.8% | - |
| XYZ | 28.33 | 45.79 | 30.64 | - |
| YUV | 155.6 | 116.94 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 203 | 136 | 0.66 | 0 | 0.33 | 0.20 | 149.77 | 0.56 | 0.54 |
| Hex | 46 | CB | 88 | 42 | 0 | 21 | 14 | 96 | 38 | 36 |
| Octal | 106 | 313 | 210 | 102 | 0 | 41 | 24 | 226 | 70 | 66 |
| Binary | 1000110 | 11001011 | 10001000 | 1000010 | 0 | 100001 | 10100 | 10010110 | 111000 | 110110 |
Color Harmonies of #46CB88
Complementary color
Monochromatic Colors of #46CB88
Black with #46CB88
Text Example
Text Example
White with #46CB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CB88; }
p { color: rgb(70,203,136); }
H1.HeaderClassName
{
color: #46CB88;
}
.AnyTagClassName
{
color: #46CB88;
}
</style>
background-color css
<style>
a { background-color: #46CB88; }
a { background-color: rgb(70,203,136); }
div.DivClassName
{
background-color: #46CB88;
}
.BgClassName
{
background-color: #46CB88;
}
</style>
border-color css
<style>
span { border-color: #46CB88; }
span { border-color: rgb(70,203,136); }
td.TdClassName
{
border-color: #46CB88;
}
.TagClassName
{
border-color: #46CB88;
}
</style>