Shades of Emerald #55C688
Tints of Emerald #55C688
RGB
CMYK
RGB Variations
Color information
#55C688 (or 0x55C688) is known color: Emerald. HEX triplet: 55, C6 and 88. RGB value is (85,198,136). Sum of RGB (Red+Green+Blue) = 85+198+136=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #55C688 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C688 is #AA3977. Grayscale: #9D9D9D. Windows color (decimal): -11155832 or 8963669. OLE color: 8963669.
HSL color Cylindrical-coordinate representation of color #55C688: hue angle of 147.08º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C688 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 198 | 136 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.22 |
| HSL | 147.08º | 0.5% | 0.55% | - |
| HSV(B) | 147.08º | 0.57% | 0.78% | - |
| XYZ | 28.38 | 44.1 | 30.31 | - |
| YUV | 157.15 | 116.06 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 198 | 136 | 0.57 | 0 | 0.31 | 0.22 | 147.08 | 0.5 | 0.55 |
| Hex | 55 | C6 | 88 | 39 | 0 | 1F | 16 | 93 | 32 | 37 |
| Octal | 125 | 306 | 210 | 71 | 0 | 37 | 26 | 223 | 62 | 67 |
| Binary | 1010101 | 11000110 | 10001000 | 111001 | 0 | 11111 | 10110 | 10010011 | 110010 | 110111 |
Color Harmonies of #55C688
Complementary color
Monochromatic Colors of #55C688
Black with #55C688
Text Example
Text Example
White with #55C688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C688; }
p { color: rgb(85,198,136); }
H1.HeaderClassName
{
color: #55C688;
}
.AnyTagClassName
{
color: #55C688;
}
</style>
background-color css
<style>
a { background-color: #55C688; }
a { background-color: rgb(85,198,136); }
div.DivClassName
{
background-color: #55C688;
}
.BgClassName
{
background-color: #55C688;
}
</style>
border-color css
<style>
span { border-color: #55C688; }
span { border-color: rgb(85,198,136); }
td.TdClassName
{
border-color: #55C688;
}
.TagClassName
{
border-color: #55C688;
}
</style>