Shades of Downy #64D5BC
Tints of Downy #64D5BC
RGB
CMYK
RGB Variations
Color information
#64D5BC (or 0x64D5BC) is known color: Downy. HEX triplet: 64, D5 and BC. RGB value is (100,213,188). Sum of RGB (Red+Green+Blue) = 100+213+188=501 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.96% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #64D5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D5BC is #9B2A43. Grayscale: #B0B0B0. Windows color (decimal): -10168900 or 12375396. OLE color: 12375396.
HSL color Cylindrical-coordinate representation of color #64D5BC: hue angle of 166.73º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D5BC is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 213 | 188 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.16 |
| HSL | 166.73º | 0.57% | 0.61% | - |
| HSV(B) | 166.73º | 0.53% | 0.84% | - |
| XYZ | 38.13 | 53.93 | 55.98 | - |
| YUV | 176.36 | 134.56 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 213 | 188 | 0.53 | 0 | 0.12 | 0.16 | 166.73 | 0.57 | 0.61 |
| Hex | 64 | D5 | BC | 35 | 0 | C | 10 | A7 | 39 | 3D |
| Octal | 144 | 325 | 274 | 65 | 0 | 14 | 20 | 247 | 71 | 75 |
| Binary | 1100100 | 11010101 | 10111100 | 110101 | 0 | 1100 | 10000 | 10100111 | 111001 | 111101 |
Color Harmonies of #64D5BC
Complementary color
Monochromatic Colors of #64D5BC
Black with #64D5BC
Text Example
Text Example
White with #64D5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D5BC; }
p { color: rgb(100,213,188); }
H1.HeaderClassName
{
color: #64D5BC;
}
.AnyTagClassName
{
color: #64D5BC;
}
</style>
background-color css
<style>
a { background-color: #64D5BC; }
a { background-color: rgb(100,213,188); }
div.DivClassName
{
background-color: #64D5BC;
}
.BgClassName
{
background-color: #64D5BC;
}
</style>
border-color css
<style>
span { border-color: #64D5BC; }
span { border-color: rgb(100,213,188); }
td.TdClassName
{
border-color: #64D5BC;
}
.TagClassName
{
border-color: #64D5BC;
}
</style>