Shades of Emerald #55C680
Tints of Emerald #55C680
RGB
CMYK
RGB Variations
Color information
#55C680 (or 0x55C680) is known color: Emerald. HEX triplet: 55, C6 and 80. RGB value is (85,198,128). Sum of RGB (Red+Green+Blue) = 85+198+128=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 198 - color contains mainly: green. Hex color #55C680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C680 is #AA397F. Grayscale: #9C9C9C. Windows color (decimal): -11155840 or 8439381. OLE color: 8439381.
HSL color Cylindrical-coordinate representation of color #55C680: hue angle of 142.83º 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 #55C680 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 198 | 128 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.22 |
| HSL | 142.83º | 0.5% | 0.55% | - |
| HSV(B) | 142.83º | 0.57% | 0.78% | - |
| XYZ | 27.84 | 43.88 | 27.42 | - |
| YUV | 156.23 | 112.06 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 198 | 128 | 0.57 | 0 | 0.35 | 0.22 | 142.83 | 0.5 | 0.55 |
| Hex | 55 | C6 | 80 | 39 | 0 | 23 | 16 | 8F | 32 | 37 |
| Octal | 125 | 306 | 200 | 71 | 0 | 43 | 26 | 217 | 62 | 67 |
| Binary | 1010101 | 11000110 | 10000000 | 111001 | 0 | 100011 | 10110 | 10001111 | 110010 | 110111 |
Color Harmonies of #55C680
Complementary color
Monochromatic Colors of #55C680
Black with #55C680
Text Example
Text Example
White with #55C680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C680; }
p { color: rgb(85,198,128); }
H1.HeaderClassName
{
color: #55C680;
}
.AnyTagClassName
{
color: #55C680;
}
</style>
background-color css
<style>
a { background-color: #55C680; }
a { background-color: rgb(85,198,128); }
div.DivClassName
{
background-color: #55C680;
}
.BgClassName
{
background-color: #55C680;
}
</style>
border-color css
<style>
span { border-color: #55C680; }
span { border-color: rgb(85,198,128); }
td.TdClassName
{
border-color: #55C680;
}
.TagClassName
{
border-color: #55C680;
}
</style>