Shades of Downy #56D8BA
Tints of Downy #56D8BA
RGB
CMYK
RGB Variations
Color information
#56D8BA (or 0x56D8BA) is known color: Downy. HEX triplet: 56, D8 and BA. RGB value is (86,216,186). Sum of RGB (Red+Green+Blue) = 86+216+186=488 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.62% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #56D8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D8BA is #A92745. Grayscale: #ADADAD. Windows color (decimal): -11085638 or 12245078. OLE color: 12245078.
HSL color Cylindrical-coordinate representation of color #56D8BA: hue angle of 166.15º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D8BA is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 216 | 186 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.15 |
| HSL | 166.15º | 0.63% | 0.59% | - |
| HSV(B) | 166.15º | 0.6% | 0.85% | - |
| XYZ | 37.26 | 54.64 | 55.04 | - |
| YUV | 173.71 | 134.93 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 216 | 186 | 0.60 | 0 | 0.14 | 0.15 | 166.15 | 0.63 | 0.59 |
| Hex | 56 | D8 | BA | 3C | 0 | E | F | A6 | 3E | 3B |
| Octal | 126 | 330 | 272 | 74 | 0 | 16 | 17 | 246 | 76 | 73 |
| Binary | 1010110 | 11011000 | 10111010 | 111100 | 0 | 1110 | 1111 | 10100110 | 111110 | 111011 |
Color Harmonies of #56D8BA
Complementary color
Monochromatic Colors of #56D8BA
Black with #56D8BA
Text Example
Text Example
White with #56D8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D8BA; }
p { color: rgb(86,216,186); }
H1.HeaderClassName
{
color: #56D8BA;
}
.AnyTagClassName
{
color: #56D8BA;
}
</style>
background-color css
<style>
a { background-color: #56D8BA; }
a { background-color: rgb(86,216,186); }
div.DivClassName
{
background-color: #56D8BA;
}
.BgClassName
{
background-color: #56D8BA;
}
</style>
border-color css
<style>
span { border-color: #56D8BA; }
span { border-color: rgb(86,216,186); }
td.TdClassName
{
border-color: #56D8BA;
}
.TagClassName
{
border-color: #56D8BA;
}
</style>