Shades of Emerald #55C687
Tints of Emerald #55C687
RGB
CMYK
RGB Variations
Color information
#55C687 (or 0x55C687) is known color: Emerald. HEX triplet: 55, C6 and 87. RGB value is (85,198,135). Sum of RGB (Red+Green+Blue) = 85+198+135=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 198 - color contains mainly: green. Hex color #55C687 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C687 is #AA3978. Grayscale: #9D9D9D. Windows color (decimal): -11155833 or 8898133. OLE color: 8898133.
HSL color Cylindrical-coordinate representation of color #55C687: hue angle of 146.55º 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 #55C687 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 198 | 135 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.22 |
| HSL | 146.55º | 0.5% | 0.55% | - |
| HSV(B) | 146.55º | 0.57% | 0.78% | - |
| XYZ | 28.31 | 44.07 | 29.94 | - |
| YUV | 157.03 | 115.56 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 198 | 135 | 0.57 | 0 | 0.32 | 0.22 | 146.55 | 0.5 | 0.55 |
| Hex | 55 | C6 | 87 | 39 | 0 | 20 | 16 | 93 | 32 | 37 |
| Octal | 125 | 306 | 207 | 71 | 0 | 40 | 26 | 223 | 62 | 67 |
| Binary | 1010101 | 11000110 | 10000111 | 111001 | 0 | 100000 | 10110 | 10010011 | 110010 | 110111 |
Color Harmonies of #55C687
Complementary color
Monochromatic Colors of #55C687
Black with #55C687
Text Example
Text Example
White with #55C687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C687; }
p { color: rgb(85,198,135); }
H1.HeaderClassName
{
color: #55C687;
}
.AnyTagClassName
{
color: #55C687;
}
</style>
background-color css
<style>
a { background-color: #55C687; }
a { background-color: rgb(85,198,135); }
div.DivClassName
{
background-color: #55C687;
}
.BgClassName
{
background-color: #55C687;
}
</style>
border-color css
<style>
span { border-color: #55C687; }
span { border-color: rgb(85,198,135); }
td.TdClassName
{
border-color: #55C687;
}
.TagClassName
{
border-color: #55C687;
}
</style>