Shades of Downy #64D9BA
Tints of Downy #64D9BA
RGB
CMYK
RGB Variations
Color information
#64D9BA (or 0x64D9BA) is known color: Downy. HEX triplet: 64, D9 and BA. RGB value is (100,217,186). Sum of RGB (Red+Green+Blue) = 100+217+186=503 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.88% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #64D9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D9BA is #9B2645. Grayscale: #B2B2B2. Windows color (decimal): -10167878 or 12245348. OLE color: 12245348.
HSL color Cylindrical-coordinate representation of color #64D9BA: hue angle of 164.1º 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 #64D9BA is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 217 | 186 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.15 |
| HSL | 164.1º | 0.61% | 0.62% | - |
| HSV(B) | 164.1º | 0.54% | 0.85% | - |
| XYZ | 38.93 | 55.88 | 55.19 | - |
| YUV | 178.48 | 132.24 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 217 | 186 | 0.54 | 0 | 0.14 | 0.15 | 164.1 | 0.61 | 0.62 |
| Hex | 64 | D9 | BA | 36 | 0 | E | F | A4 | 3D | 3E |
| Octal | 144 | 331 | 272 | 66 | 0 | 16 | 17 | 244 | 75 | 76 |
| Binary | 1100100 | 11011001 | 10111010 | 110110 | 0 | 1110 | 1111 | 10100100 | 111101 | 111110 |
Color Harmonies of #64D9BA
Complementary color
Monochromatic Colors of #64D9BA
Black with #64D9BA
Text Example
Text Example
White with #64D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D9BA; }
p { color: rgb(100,217,186); }
H1.HeaderClassName
{
color: #64D9BA;
}
.AnyTagClassName
{
color: #64D9BA;
}
</style>
background-color css
<style>
a { background-color: #64D9BA; }
a { background-color: rgb(100,217,186); }
div.DivClassName
{
background-color: #64D9BA;
}
.BgClassName
{
background-color: #64D9BA;
}
</style>
border-color css
<style>
span { border-color: #64D9BA; }
span { border-color: rgb(100,217,186); }
td.TdClassName
{
border-color: #64D9BA;
}
.TagClassName
{
border-color: #64D9BA;
}
</style>