Shades of Emerald #55C886
Tints of Emerald #55C886
RGB
CMYK
RGB Variations
Color information
#55C886 (or 0x55C886) is known color: Emerald. HEX triplet: 55, C8 and 86. RGB value is (85,200,134). Sum of RGB (Red+Green+Blue) = 85+200+134=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #55C886 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C886 is #AA3779. Grayscale: #9E9E9E. Windows color (decimal): -11155322 or 8833109. OLE color: 8833109.
HSL color Cylindrical-coordinate representation of color #55C886: hue angle of 145.57º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C886 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 200 | 134 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.22 |
| HSL | 145.57º | 0.51% | 0.56% | - |
| HSV(B) | 145.57º | 0.58% | 0.78% | - |
| XYZ | 28.7 | 44.96 | 29.72 | - |
| YUV | 158.09 | 114.4 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 200 | 134 | 0.58 | 0 | 0.33 | 0.22 | 145.57 | 0.51 | 0.56 |
| Hex | 55 | C8 | 86 | 3A | 0 | 21 | 16 | 92 | 33 | 38 |
| Octal | 125 | 310 | 206 | 72 | 0 | 41 | 26 | 222 | 63 | 70 |
| Binary | 1010101 | 11001000 | 10000110 | 111010 | 0 | 100001 | 10110 | 10010010 | 110011 | 111000 |
Color Harmonies of #55C886
Complementary color
Monochromatic Colors of #55C886
Black with #55C886
Text Example
Text Example
White with #55C886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C886; }
p { color: rgb(85,200,134); }
H1.HeaderClassName
{
color: #55C886;
}
.AnyTagClassName
{
color: #55C886;
}
</style>
background-color css
<style>
a { background-color: #55C886; }
a { background-color: rgb(85,200,134); }
div.DivClassName
{
background-color: #55C886;
}
.BgClassName
{
background-color: #55C886;
}
</style>
border-color css
<style>
span { border-color: #55C886; }
span { border-color: rgb(85,200,134); }
td.TdClassName
{
border-color: #55C886;
}
.TagClassName
{
border-color: #55C886;
}
</style>