Shades of Emerald #55C87B
Tints of Emerald #55C87B
RGB
CMYK
RGB Variations
Color information
#55C87B (or 0x55C87B) is known color: Emerald. HEX triplet: 55, C8 and 7B. RGB value is (85,200,123). Sum of RGB (Red+Green+Blue) = 85+200+123=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #55C87B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C87B is #AA3784. Grayscale: #9D9D9D. Windows color (decimal): -11155333 or 8112213. OLE color: 8112213.
HSL color Cylindrical-coordinate representation of color #55C87B: hue angle of 139.83º 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 #55C87B is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 200 | 123 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.22 |
| HSL | 139.83º | 0.51% | 0.56% | - |
| HSV(B) | 139.83º | 0.58% | 0.78% | - |
| XYZ | 27.98 | 44.67 | 25.89 | - |
| YUV | 156.84 | 108.9 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 200 | 123 | 0.58 | 0 | 0.38 | 0.22 | 139.83 | 0.51 | 0.56 |
| Hex | 55 | C8 | 7B | 3A | 0 | 26 | 16 | 8C | 33 | 38 |
| Octal | 125 | 310 | 173 | 72 | 0 | 46 | 26 | 214 | 63 | 70 |
| Binary | 1010101 | 11001000 | 1111011 | 111010 | 0 | 100110 | 10110 | 10001100 | 110011 | 111000 |
Color Harmonies of #55C87B
Complementary color
Monochromatic Colors of #55C87B
Black with #55C87B
Text Example
Text Example
White with #55C87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C87B; }
p { color: rgb(85,200,123); }
H1.HeaderClassName
{
color: #55C87B;
}
.AnyTagClassName
{
color: #55C87B;
}
</style>
background-color css
<style>
a { background-color: #55C87B; }
a { background-color: rgb(85,200,123); }
div.DivClassName
{
background-color: #55C87B;
}
.BgClassName
{
background-color: #55C87B;
}
</style>
border-color css
<style>
span { border-color: #55C87B; }
span { border-color: rgb(85,200,123); }
td.TdClassName
{
border-color: #55C87B;
}
.TagClassName
{
border-color: #55C87B;
}
</style>