Shades of Downy #56E1BC
Tints of Downy #56E1BC
RGB
CMYK
RGB Variations
Color information
#56E1BC (or 0x56E1BC) is known color: Downy. HEX triplet: 56, E1 and BC. RGB value is (86,225,188). Sum of RGB (Red+Green+Blue) = 86+225+188=499 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.23% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #56E1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E1BC is #A91E43. Grayscale: #B3B3B3. Windows color (decimal): -11083332 or 12378454. OLE color: 12378454.
HSL color Cylindrical-coordinate representation of color #56E1BC: hue angle of 164.03º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56E1BC is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 225 | 188 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.12 |
| HSL | 164.03º | 0.7% | 0.61% | - |
| HSV(B) | 164.03º | 0.62% | 0.88% | - |
| XYZ | 39.84 | 59.46 | 56.95 | - |
| YUV | 179.22 | 132.95 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 225 | 188 | 0.62 | 0 | 0.16 | 0.12 | 164.03 | 0.7 | 0.61 |
| Hex | 56 | E1 | BC | 3E | 0 | 10 | C | A4 | 46 | 3D |
| Octal | 126 | 341 | 274 | 76 | 0 | 20 | 14 | 244 | 106 | 75 |
| Binary | 1010110 | 11100001 | 10111100 | 111110 | 0 | 10000 | 1100 | 10100100 | 1000110 | 111101 |
Color Harmonies of #56E1BC
Complementary color
Monochromatic Colors of #56E1BC
Black with #56E1BC
Text Example
Text Example
White with #56E1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E1BC; }
p { color: rgb(86,225,188); }
H1.HeaderClassName
{
color: #56E1BC;
}
.AnyTagClassName
{
color: #56E1BC;
}
</style>
background-color css
<style>
a { background-color: #56E1BC; }
a { background-color: rgb(86,225,188); }
div.DivClassName
{
background-color: #56E1BC;
}
.BgClassName
{
background-color: #56E1BC;
}
</style>
border-color css
<style>
span { border-color: #56E1BC; }
span { border-color: rgb(86,225,188); }
td.TdClassName
{
border-color: #56E1BC;
}
.TagClassName
{
border-color: #56E1BC;
}
</style>