Shades of Downy #57DEBD
Tints of Downy #57DEBD
RGB
CMYK
RGB Variations
Color information
#57DEBD (or 0x57DEBD) is known color: Downy. HEX triplet: 57, DE and BD. RGB value is (87,222,189). Sum of RGB (Red+Green+Blue) = 87+222+189=498 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.47% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #57DEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DEBD is #A82142. Grayscale: #B1B1B1. Windows color (decimal): -11018563 or 12443223. OLE color: 12443223.
HSL color Cylindrical-coordinate representation of color #57DEBD: hue angle of 165.33º degrees, saturation: 0.67, 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 #57DEBD is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 222 | 189 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.13 |
| HSL | 165.33º | 0.67% | 0.61% | - |
| HSV(B) | 165.33º | 0.61% | 0.87% | - |
| XYZ | 39.24 | 57.94 | 57.26 | - |
| YUV | 177.87 | 134.27 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 222 | 189 | 0.61 | 0 | 0.15 | 0.13 | 165.33 | 0.67 | 0.61 |
| Hex | 57 | DE | BD | 3D | 0 | F | D | A5 | 43 | 3D |
| Octal | 127 | 336 | 275 | 75 | 0 | 17 | 15 | 245 | 103 | 75 |
| Binary | 1010111 | 11011110 | 10111101 | 111101 | 0 | 1111 | 1101 | 10100101 | 1000011 | 111101 |
Color Harmonies of #57DEBD
Complementary color
Monochromatic Colors of #57DEBD
Black with #57DEBD
Text Example
Text Example
White with #57DEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DEBD; }
p { color: rgb(87,222,189); }
H1.HeaderClassName
{
color: #57DEBD;
}
.AnyTagClassName
{
color: #57DEBD;
}
</style>
background-color css
<style>
a { background-color: #57DEBD; }
a { background-color: rgb(87,222,189); }
div.DivClassName
{
background-color: #57DEBD;
}
.BgClassName
{
background-color: #57DEBD;
}
</style>
border-color css
<style>
span { border-color: #57DEBD; }
span { border-color: rgb(87,222,189); }
td.TdClassName
{
border-color: #57DEBD;
}
.TagClassName
{
border-color: #57DEBD;
}
</style>