Shades of Downy #56DFBE
Tints of Downy #56DFBE
RGB
CMYK
RGB Variations
Color information
#56DFBE (or 0x56DFBE) is known color: Downy. HEX triplet: 56, DF and BE. RGB value is (86,223,190). Sum of RGB (Red+Green+Blue) = 86+223+190=499 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.23% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #56DFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DFBE is #A92041. Grayscale: #B2B2B2. Windows color (decimal): -11083842 or 12509014. OLE color: 12509014.
HSL color Cylindrical-coordinate representation of color #56DFBE: hue angle of 165.55º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DFBE is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 223 | 190 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.13 |
| HSL | 165.55º | 0.68% | 0.61% | - |
| HSV(B) | 165.55º | 0.61% | 0.87% | - |
| XYZ | 39.52 | 58.47 | 57.92 | - |
| YUV | 178.28 | 134.61 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 223 | 190 | 0.61 | 0 | 0.15 | 0.13 | 165.55 | 0.68 | 0.61 |
| Hex | 56 | DF | BE | 3D | 0 | F | D | A6 | 44 | 3D |
| Octal | 126 | 337 | 276 | 75 | 0 | 17 | 15 | 246 | 104 | 75 |
| Binary | 1010110 | 11011111 | 10111110 | 111101 | 0 | 1111 | 1101 | 10100110 | 1000100 | 111101 |
Color Harmonies of #56DFBE
Complementary color
Monochromatic Colors of #56DFBE
Black with #56DFBE
Text Example
Text Example
White with #56DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DFBE; }
p { color: rgb(86,223,190); }
H1.HeaderClassName
{
color: #56DFBE;
}
.AnyTagClassName
{
color: #56DFBE;
}
</style>
background-color css
<style>
a { background-color: #56DFBE; }
a { background-color: rgb(86,223,190); }
div.DivClassName
{
background-color: #56DFBE;
}
.BgClassName
{
background-color: #56DFBE;
}
</style>
border-color css
<style>
span { border-color: #56DFBE; }
span { border-color: rgb(86,223,190); }
td.TdClassName
{
border-color: #56DFBE;
}
.TagClassName
{
border-color: #56DFBE;
}
</style>