Shades of Downy #57D0B9
Tints of Downy #57D0B9
RGB
CMYK
RGB Variations
Color information
#57D0B9 (or 0x57D0B9) is known color: Downy. HEX triplet: 57, D0 and B9. RGB value is (87,208,185). Sum of RGB (Red+Green+Blue) = 87+208+185=480 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.12% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #57D0B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D0B9 is #A82F46. Grayscale: #A9A9A9. Windows color (decimal): -11022151 or 12177495. OLE color: 12177495.
HSL color Cylindrical-coordinate representation of color #57D0B9: hue angle of 168.6º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57D0B9 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 87 | 208 | 185 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.18 |
| HSL | 168.6º | 0.56% | 0.58% | - |
| HSV(B) | 168.6º | 0.58% | 0.82% | - |
| XYZ | 35.24 | 50.64 | 53.82 | - |
| YUV | 169.2 | 136.91 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 208 | 185 | 0.58 | 0 | 0.11 | 0.18 | 168.6 | 0.56 | 0.58 |
| Hex | 57 | D0 | B9 | 3A | 0 | B | 12 | A9 | 38 | 3A |
| Octal | 127 | 320 | 271 | 72 | 0 | 13 | 22 | 251 | 70 | 72 |
| Binary | 1010111 | 11010000 | 10111001 | 111010 | 0 | 1011 | 10010 | 10101001 | 111000 | 111010 |
Color Harmonies of #57D0B9
Complementary color
Monochromatic Colors of #57D0B9
Black with #57D0B9
Text Example
Text Example
White with #57D0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D0B9; }
p { color: rgb(87,208,185); }
H1.HeaderClassName
{
color: #57D0B9;
}
.AnyTagClassName
{
color: #57D0B9;
}
</style>
background-color css
<style>
a { background-color: #57D0B9; }
a { background-color: rgb(87,208,185); }
div.DivClassName
{
background-color: #57D0B9;
}
.BgClassName
{
background-color: #57D0B9;
}
</style>
border-color css
<style>
span { border-color: #57D0B9; }
span { border-color: rgb(87,208,185); }
td.TdClassName
{
border-color: #57D0B9;
}
.TagClassName
{
border-color: #57D0B9;
}
</style>