Shades of Emerald #56C080
Tints of Emerald #56C080
RGB
CMYK
RGB Variations
Color information
#56C080 (or 0x56C080) is known color: Emerald. HEX triplet: 56, C0 and 80. RGB value is (86,192,128). Sum of RGB (Red+Green+Blue) = 86+192+128=406 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.18% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #56C080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C080 is #A93F7F. Grayscale: #999999. Windows color (decimal): -11091840 or 8437846. OLE color: 8437846.
HSL color Cylindrical-coordinate representation of color #56C080: hue angle of 143.77º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56C080 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 192 | 128 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.25 |
| HSL | 143.77º | 0.46% | 0.55% | - |
| HSV(B) | 143.77º | 0.55% | 0.75% | - |
| XYZ | 26.58 | 41.24 | 26.98 | - |
| YUV | 153.01 | 113.88 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 192 | 128 | 0.55 | 0 | 0.33 | 0.25 | 143.77 | 0.46 | 0.55 |
| Hex | 56 | C0 | 80 | 37 | 0 | 21 | 19 | 90 | 2E | 37 |
| Octal | 126 | 300 | 200 | 67 | 0 | 41 | 31 | 220 | 56 | 67 |
| Binary | 1010110 | 11000000 | 10000000 | 110111 | 0 | 100001 | 11001 | 10010000 | 101110 | 110111 |
Color Harmonies of #56C080
Complementary color
Monochromatic Colors of #56C080
Black with #56C080
Text Example
Text Example
White with #56C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C080; }
p { color: rgb(86,192,128); }
H1.HeaderClassName
{
color: #56C080;
}
.AnyTagClassName
{
color: #56C080;
}
</style>
background-color css
<style>
a { background-color: #56C080; }
a { background-color: rgb(86,192,128); }
div.DivClassName
{
background-color: #56C080;
}
.BgClassName
{
background-color: #56C080;
}
</style>
border-color css
<style>
span { border-color: #56C080; }
span { border-color: rgb(86,192,128); }
td.TdClassName
{
border-color: #56C080;
}
.TagClassName
{
border-color: #56C080;
}
</style>