Shades of Downy #57D4BD
Tints of Downy #57D4BD
RGB
CMYK
RGB Variations
Color information
#57D4BD (or 0x57D4BD) is known color: Downy. HEX triplet: 57, D4 and BD. RGB value is (87,212,189). Sum of RGB (Red+Green+Blue) = 87+212+189=488 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.83% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 212 - color contains mainly: green. Hex color #57D4BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D4BD is #A82B42. Grayscale: #ABABAB. Windows color (decimal): -11021123 or 12440663. OLE color: 12440663.
HSL color Cylindrical-coordinate representation of color #57D4BD: hue angle of 168.96º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57D4BD is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 87 | 212 | 189 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.17 |
| HSL | 168.96º | 0.59% | 0.59% | - |
| HSV(B) | 168.96º | 0.59% | 0.83% | - |
| XYZ | 36.66 | 52.79 | 56.4 | - |
| YUV | 172 | 137.59 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 212 | 189 | 0.59 | 0 | 0.11 | 0.17 | 168.96 | 0.59 | 0.59 |
| Hex | 57 | D4 | BD | 3B | 0 | B | 11 | A9 | 3B | 3B |
| Octal | 127 | 324 | 275 | 73 | 0 | 13 | 21 | 251 | 73 | 73 |
| Binary | 1010111 | 11010100 | 10111101 | 111011 | 0 | 1011 | 10001 | 10101001 | 111011 | 111011 |
Color Harmonies of #57D4BD
Complementary color
Monochromatic Colors of #57D4BD
Black with #57D4BD
Text Example
Text Example
White with #57D4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D4BD; }
p { color: rgb(87,212,189); }
H1.HeaderClassName
{
color: #57D4BD;
}
.AnyTagClassName
{
color: #57D4BD;
}
</style>
background-color css
<style>
a { background-color: #57D4BD; }
a { background-color: rgb(87,212,189); }
div.DivClassName
{
background-color: #57D4BD;
}
.BgClassName
{
background-color: #57D4BD;
}
</style>
border-color css
<style>
span { border-color: #57D4BD; }
span { border-color: rgb(87,212,189); }
td.TdClassName
{
border-color: #57D4BD;
}
.TagClassName
{
border-color: #57D4BD;
}
</style>