Shades of Downy #57DABB
Tints of Downy #57DABB
RGB
CMYK
RGB Variations
Color information
#57DABB (or 0x57DABB) is known color: Downy. HEX triplet: 57, DA and BB. RGB value is (87,218,187). Sum of RGB (Red+Green+Blue) = 87+218+187=492 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.68% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #57DABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DABB is #A82544. Grayscale: #AFAFAF. Windows color (decimal): -11019589 or 12311127. OLE color: 12311127.
HSL color Cylindrical-coordinate representation of color #57DABB: hue angle of 165.8º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57DABB is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 218 | 187 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.15 |
| HSL | 165.8º | 0.64% | 0.6% | - |
| HSV(B) | 165.8º | 0.6% | 0.85% | - |
| XYZ | 37.97 | 55.76 | 55.77 | - |
| YUV | 175.3 | 134.6 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 218 | 187 | 0.60 | 0 | 0.14 | 0.15 | 165.8 | 0.64 | 0.6 |
| Hex | 57 | DA | BB | 3C | 0 | E | F | A6 | 40 | 3C |
| Octal | 127 | 332 | 273 | 74 | 0 | 16 | 17 | 246 | 100 | 74 |
| Binary | 1010111 | 11011010 | 10111011 | 111100 | 0 | 1110 | 1111 | 10100110 | 1000000 | 111100 |
Color Harmonies of #57DABB
Complementary color
Monochromatic Colors of #57DABB
Black with #57DABB
Text Example
Text Example
White with #57DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DABB; }
p { color: rgb(87,218,187); }
H1.HeaderClassName
{
color: #57DABB;
}
.AnyTagClassName
{
color: #57DABB;
}
</style>
background-color css
<style>
a { background-color: #57DABB; }
a { background-color: rgb(87,218,187); }
div.DivClassName
{
background-color: #57DABB;
}
.BgClassName
{
background-color: #57DABB;
}
</style>
border-color css
<style>
span { border-color: #57DABB; }
span { border-color: rgb(87,218,187); }
td.TdClassName
{
border-color: #57DABB;
}
.TagClassName
{
border-color: #57DABB;
}
</style>