Shades of Downy #64DAC4
Tints of Downy #64DAC4
RGB
CMYK
RGB Variations
Color information
#64DAC4 (or 0x64DAC4) is known color: Downy. HEX triplet: 64, DA and C4. RGB value is (100,218,196). Sum of RGB (Red+Green+Blue) = 100+218+196=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #64DAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DAC4 is #9B253B. Grayscale: #B4B4B4. Windows color (decimal): -10167612 or 12900964. OLE color: 12900964.
HSL color Cylindrical-coordinate representation of color #64DAC4: hue angle of 168.81º 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 #64DAC4 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 196 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.15 |
| HSL | 168.81º | 0.61% | 0.62% | - |
| HSV(B) | 168.81º | 0.54% | 0.85% | - |
| XYZ | 40.29 | 56.84 | 61.07 | - |
| YUV | 180.21 | 136.91 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 196 | 0.54 | 0 | 0.10 | 0.15 | 168.81 | 0.61 | 0.62 |
| Hex | 64 | DA | C4 | 36 | 0 | A | F | A9 | 3D | 3E |
| Octal | 144 | 332 | 304 | 66 | 0 | 12 | 17 | 251 | 75 | 76 |
| Binary | 1100100 | 11011010 | 11000100 | 110110 | 0 | 1010 | 1111 | 10101001 | 111101 | 111110 |
Color Harmonies of #64DAC4
Complementary color
Monochromatic Colors of #64DAC4
Black with #64DAC4
Text Example
Text Example
White with #64DAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DAC4; }
p { color: rgb(100,218,196); }
H1.HeaderClassName
{
color: #64DAC4;
}
.AnyTagClassName
{
color: #64DAC4;
}
</style>
background-color css
<style>
a { background-color: #64DAC4; }
a { background-color: rgb(100,218,196); }
div.DivClassName
{
background-color: #64DAC4;
}
.BgClassName
{
background-color: #64DAC4;
}
</style>
border-color css
<style>
span { border-color: #64DAC4; }
span { border-color: rgb(100,218,196); }
td.TdClassName
{
border-color: #64DAC4;
}
.TagClassName
{
border-color: #64DAC4;
}
</style>