Shades of Downy #64D8BB
Tints of Downy #64D8BB
RGB
CMYK
RGB Variations
Color information
#64D8BB (or 0x64D8BB) is known color: Downy. HEX triplet: 64, D8 and BB. RGB value is (100,216,187). Sum of RGB (Red+Green+Blue) = 100+216+187=503 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.88% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #64D8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D8BB is #9B2744. Grayscale: #B2B2B2. Windows color (decimal): -10168133 or 12310628. OLE color: 12310628.
HSL color Cylindrical-coordinate representation of color #64D8BB: hue angle of 165º 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 #64D8BB is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 216 | 187 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.15 |
| HSL | 165º | 0.6% | 0.62% | - |
| HSV(B) | 165º | 0.54% | 0.85% | - |
| XYZ | 38.78 | 55.41 | 55.66 | - |
| YUV | 178.01 | 133.07 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 216 | 187 | 0.54 | 0 | 0.13 | 0.15 | 165 | 0.6 | 0.62 |
| Hex | 64 | D8 | BB | 36 | 0 | D | F | A5 | 3C | 3E |
| Octal | 144 | 330 | 273 | 66 | 0 | 15 | 17 | 245 | 74 | 76 |
| Binary | 1100100 | 11011000 | 10111011 | 110110 | 0 | 1101 | 1111 | 10100101 | 111100 | 111110 |
Color Harmonies of #64D8BB
Complementary color
Monochromatic Colors of #64D8BB
Black with #64D8BB
Text Example
Text Example
White with #64D8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D8BB; }
p { color: rgb(100,216,187); }
H1.HeaderClassName
{
color: #64D8BB;
}
.AnyTagClassName
{
color: #64D8BB;
}
</style>
background-color css
<style>
a { background-color: #64D8BB; }
a { background-color: rgb(100,216,187); }
div.DivClassName
{
background-color: #64D8BB;
}
.BgClassName
{
background-color: #64D8BB;
}
</style>
border-color css
<style>
span { border-color: #64D8BB; }
span { border-color: rgb(100,216,187); }
td.TdClassName
{
border-color: #64D8BB;
}
.TagClassName
{
border-color: #64D8BB;
}
</style>