Shades of Downy #57DCBF
Tints of Downy #57DCBF
RGB
CMYK
RGB Variations
Color information
#57DCBF (or 0x57DCBF) is known color: Downy. HEX triplet: 57, DC and BF. RGB value is (87,220,191). Sum of RGB (Red+Green+Blue) = 87+220+191=498 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.47% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #57DCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DCBF is #A82340. Grayscale: #B0B0B0. Windows color (decimal): -11019073 or 12573783. OLE color: 12573783.
HSL color Cylindrical-coordinate representation of color #57DCBF: hue angle of 166.92º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57DCBF is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 220 | 191 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.14 |
| HSL | 166.92º | 0.66% | 0.6% | - |
| HSV(B) | 166.92º | 0.6% | 0.86% | - |
| XYZ | 38.93 | 56.97 | 58.24 | - |
| YUV | 176.93 | 135.94 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 220 | 191 | 0.60 | 0 | 0.13 | 0.14 | 166.92 | 0.66 | 0.6 |
| Hex | 57 | DC | BF | 3C | 0 | D | E | A7 | 42 | 3C |
| Octal | 127 | 334 | 277 | 74 | 0 | 15 | 16 | 247 | 102 | 74 |
| Binary | 1010111 | 11011100 | 10111111 | 111100 | 0 | 1101 | 1110 | 10100111 | 1000010 | 111100 |
Color Harmonies of #57DCBF
Complementary color
Monochromatic Colors of #57DCBF
Black with #57DCBF
Text Example
Text Example
White with #57DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DCBF; }
p { color: rgb(87,220,191); }
H1.HeaderClassName
{
color: #57DCBF;
}
.AnyTagClassName
{
color: #57DCBF;
}
</style>
background-color css
<style>
a { background-color: #57DCBF; }
a { background-color: rgb(87,220,191); }
div.DivClassName
{
background-color: #57DCBF;
}
.BgClassName
{
background-color: #57DCBF;
}
</style>
border-color css
<style>
span { border-color: #57DCBF; }
span { border-color: rgb(87,220,191); }
td.TdClassName
{
border-color: #57DCBF;
}
.TagClassName
{
border-color: #57DCBF;
}
</style>