Shades of Downy #64D9BD
Tints of Downy #64D9BD
RGB
CMYK
RGB Variations
Color information
#64D9BD (or 0x64D9BD) is known color: Downy. HEX triplet: 64, D9 and BD. RGB value is (100,217,189). Sum of RGB (Red+Green+Blue) = 100+217+189=506 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.76% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #64D9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D9BD is #9B2642. Grayscale: #B2B2B2. Windows color (decimal): -10167875 or 12441956. OLE color: 12441956.
HSL color Cylindrical-coordinate representation of color #64D9BD: hue angle of 165.64º degrees, saturation: 0.61, 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 #64D9BD is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 217 | 189 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.15 |
| HSL | 165.64º | 0.61% | 0.62% | - |
| HSV(B) | 165.64º | 0.54% | 0.85% | - |
| XYZ | 39.25 | 56.01 | 56.89 | - |
| YUV | 178.83 | 133.74 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 217 | 189 | 0.54 | 0 | 0.13 | 0.15 | 165.64 | 0.61 | 0.62 |
| Hex | 64 | D9 | BD | 36 | 0 | D | F | A6 | 3D | 3E |
| Octal | 144 | 331 | 275 | 66 | 0 | 15 | 17 | 246 | 75 | 76 |
| Binary | 1100100 | 11011001 | 10111101 | 110110 | 0 | 1101 | 1111 | 10100110 | 111101 | 111110 |
Color Harmonies of #64D9BD
Complementary color
Monochromatic Colors of #64D9BD
Black with #64D9BD
Text Example
Text Example
White with #64D9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D9BD; }
p { color: rgb(100,217,189); }
H1.HeaderClassName
{
color: #64D9BD;
}
.AnyTagClassName
{
color: #64D9BD;
}
</style>
background-color css
<style>
a { background-color: #64D9BD; }
a { background-color: rgb(100,217,189); }
div.DivClassName
{
background-color: #64D9BD;
}
.BgClassName
{
background-color: #64D9BD;
}
</style>
border-color css
<style>
span { border-color: #64D9BD; }
span { border-color: rgb(100,217,189); }
td.TdClassName
{
border-color: #64D9BD;
}
.TagClassName
{
border-color: #64D9BD;
}
</style>