Shades of Downy #57D6BB
Tints of Downy #57D6BB
RGB
CMYK
RGB Variations
Color information
#57D6BB (or 0x57D6BB) is known color: Downy. HEX triplet: 57, D6 and BB. RGB value is (87,214,187). Sum of RGB (Red+Green+Blue) = 87+214+187=488 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.83% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #57D6BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D6BB is #A82944. Grayscale: #ACACAC. Windows color (decimal): -11020613 or 12310103. OLE color: 12310103.
HSL color Cylindrical-coordinate representation of color #57D6BB: hue angle of 167.24º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57D6BB is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 214 | 187 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.16 |
| HSL | 167.24º | 0.61% | 0.59% | - |
| HSV(B) | 167.24º | 0.59% | 0.84% | - |
| XYZ | 36.95 | 53.71 | 55.43 | - |
| YUV | 172.95 | 135.92 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 214 | 187 | 0.59 | 0 | 0.13 | 0.16 | 167.24 | 0.61 | 0.59 |
| Hex | 57 | D6 | BB | 3B | 0 | D | 10 | A7 | 3D | 3B |
| Octal | 127 | 326 | 273 | 73 | 0 | 15 | 20 | 247 | 75 | 73 |
| Binary | 1010111 | 11010110 | 10111011 | 111011 | 0 | 1101 | 10000 | 10100111 | 111101 | 111011 |
Color Harmonies of #57D6BB
Complementary color
Monochromatic Colors of #57D6BB
Black with #57D6BB
Text Example
Text Example
White with #57D6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D6BB; }
p { color: rgb(87,214,187); }
H1.HeaderClassName
{
color: #57D6BB;
}
.AnyTagClassName
{
color: #57D6BB;
}
</style>
background-color css
<style>
a { background-color: #57D6BB; }
a { background-color: rgb(87,214,187); }
div.DivClassName
{
background-color: #57D6BB;
}
.BgClassName
{
background-color: #57D6BB;
}
</style>
border-color css
<style>
span { border-color: #57D6BB; }
span { border-color: rgb(87,214,187); }
td.TdClassName
{
border-color: #57D6BB;
}
.TagClassName
{
border-color: #57D6BB;
}
</style>