Shades of Downy #56D2BB
Tints of Downy #56D2BB
RGB
CMYK
RGB Variations
Color information
#56D2BB (or 0x56D2BB) is known color: Downy. HEX triplet: 56, D2 and BB. RGB value is (86,210,187). Sum of RGB (Red+Green+Blue) = 86+210+187=483 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.81% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 210 - color contains mainly: green. Hex color #56D2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D2BB is #A92D44. Grayscale: #AAAAAA. Windows color (decimal): -11087173 or 12309078. OLE color: 12309078.
HSL color Cylindrical-coordinate representation of color #56D2BB: hue angle of 168.87º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56D2BB is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 210 | 187 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.18 |
| HSL | 168.87º | 0.58% | 0.58% | - |
| HSV(B) | 168.87º | 0.59% | 0.82% | - |
| XYZ | 35.85 | 51.66 | 55.1 | - |
| YUV | 170.3 | 137.42 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 210 | 187 | 0.59 | 0 | 0.11 | 0.18 | 168.87 | 0.58 | 0.58 |
| Hex | 56 | D2 | BB | 3B | 0 | B | 12 | A9 | 3A | 3A |
| Octal | 126 | 322 | 273 | 73 | 0 | 13 | 22 | 251 | 72 | 72 |
| Binary | 1010110 | 11010010 | 10111011 | 111011 | 0 | 1011 | 10010 | 10101001 | 111010 | 111010 |
Color Harmonies of #56D2BB
Complementary color
Monochromatic Colors of #56D2BB
Black with #56D2BB
Text Example
Text Example
White with #56D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D2BB; }
p { color: rgb(86,210,187); }
H1.HeaderClassName
{
color: #56D2BB;
}
.AnyTagClassName
{
color: #56D2BB;
}
</style>
background-color css
<style>
a { background-color: #56D2BB; }
a { background-color: rgb(86,210,187); }
div.DivClassName
{
background-color: #56D2BB;
}
.BgClassName
{
background-color: #56D2BB;
}
</style>
border-color css
<style>
span { border-color: #56D2BB; }
span { border-color: rgb(86,210,187); }
td.TdClassName
{
border-color: #56D2BB;
}
.TagClassName
{
border-color: #56D2BB;
}
</style>