Shades of Downy #64D8BD
Tints of Downy #64D8BD
RGB
CMYK
RGB Variations
Color information
#64D8BD (or 0x64D8BD) is known color: Downy. HEX triplet: 64, D8 and BD. RGB value is (100,216,189). Sum of RGB (Red+Green+Blue) = 100+216+189=505 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.80% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #64D8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D8BD is #9B2742. Grayscale: #B2B2B2. Windows color (decimal): -10168131 or 12441700. OLE color: 12441700.
HSL color Cylindrical-coordinate representation of color #64D8BD: hue angle of 166.03º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64D8BD is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 216 | 189 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.15 |
| HSL | 166.03º | 0.6% | 0.62% | - |
| HSV(B) | 166.03º | 0.54% | 0.85% | - |
| XYZ | 39 | 55.5 | 56.8 | - |
| YUV | 178.24 | 134.07 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 216 | 189 | 0.54 | 0 | 0.12 | 0.15 | 166.03 | 0.6 | 0.62 |
| Hex | 64 | D8 | BD | 36 | 0 | C | F | A6 | 3C | 3E |
| Octal | 144 | 330 | 275 | 66 | 0 | 14 | 17 | 246 | 74 | 76 |
| Binary | 1100100 | 11011000 | 10111101 | 110110 | 0 | 1100 | 1111 | 10100110 | 111100 | 111110 |
Color Harmonies of #64D8BD
Complementary color
Monochromatic Colors of #64D8BD
Black with #64D8BD
Text Example
Text Example
White with #64D8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D8BD; }
p { color: rgb(100,216,189); }
H1.HeaderClassName
{
color: #64D8BD;
}
.AnyTagClassName
{
color: #64D8BD;
}
</style>
background-color css
<style>
a { background-color: #64D8BD; }
a { background-color: rgb(100,216,189); }
div.DivClassName
{
background-color: #64D8BD;
}
.BgClassName
{
background-color: #64D8BD;
}
</style>
border-color css
<style>
span { border-color: #64D8BD; }
span { border-color: rgb(100,216,189); }
td.TdClassName
{
border-color: #64D8BD;
}
.TagClassName
{
border-color: #64D8BD;
}
</style>