Shades of Downy #57DDBD
Tints of Downy #57DDBD
RGB
CMYK
RGB Variations
Color information
#57DDBD (or 0x57DDBD) is known color: Downy. HEX triplet: 57, DD and BD. RGB value is (87,221,189). Sum of RGB (Red+Green+Blue) = 87+221+189=497 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.51% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #57DDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DDBD is #A82242. Grayscale: #B1B1B1. Windows color (decimal): -11018819 or 12442967. OLE color: 12442967.
HSL color Cylindrical-coordinate representation of color #57DDBD: hue angle of 165.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57DDBD is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 221 | 189 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.13 |
| HSL | 165.67º | 0.66% | 0.6% | - |
| HSV(B) | 165.67º | 0.61% | 0.87% | - |
| XYZ | 38.97 | 57.41 | 57.17 | - |
| YUV | 177.29 | 134.61 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 221 | 189 | 0.61 | 0 | 0.14 | 0.13 | 165.67 | 0.66 | 0.6 |
| Hex | 57 | DD | BD | 3D | 0 | E | D | A6 | 42 | 3C |
| Octal | 127 | 335 | 275 | 75 | 0 | 16 | 15 | 246 | 102 | 74 |
| Binary | 1010111 | 11011101 | 10111101 | 111101 | 0 | 1110 | 1101 | 10100110 | 1000010 | 111100 |
Color Harmonies of #57DDBD
Complementary color
Monochromatic Colors of #57DDBD
Black with #57DDBD
Text Example
Text Example
White with #57DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DDBD; }
p { color: rgb(87,221,189); }
H1.HeaderClassName
{
color: #57DDBD;
}
.AnyTagClassName
{
color: #57DDBD;
}
</style>
background-color css
<style>
a { background-color: #57DDBD; }
a { background-color: rgb(87,221,189); }
div.DivClassName
{
background-color: #57DDBD;
}
.BgClassName
{
background-color: #57DDBD;
}
</style>
border-color css
<style>
span { border-color: #57DDBD; }
span { border-color: rgb(87,221,189); }
td.TdClassName
{
border-color: #57DDBD;
}
.TagClassName
{
border-color: #57DDBD;
}
</style>