Shades of Downy #64DFCD
Tints of Downy #64DFCD
RGB
CMYK
RGB Variations
Color information
#64DFCD (or 0x64DFCD) is known color: Downy. HEX triplet: 64, DF and CD. RGB value is (100,223,205). Sum of RGB (Red+Green+Blue) = 100+223+205=528 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.94% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DFCD is #9B2032. Grayscale: #B8B8B8. Windows color (decimal): -10166323 or 13492068. OLE color: 13492068.
HSL color Cylindrical-coordinate representation of color #64DFCD: hue angle of 171.22º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DFCD is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 223 | 205 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.13 |
| HSL | 171.22º | 0.66% | 0.63% | - |
| HSV(B) | 171.22º | 0.55% | 0.87% | - |
| XYZ | 42.66 | 59.89 | 67.07 | - |
| YUV | 184.17 | 139.75 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 205 | 0.55 | 0 | 0.08 | 0.13 | 171.22 | 0.66 | 0.63 |
| Hex | 64 | DF | CD | 37 | 0 | 8 | D | AB | 42 | 3F |
| Octal | 144 | 337 | 315 | 67 | 0 | 10 | 15 | 253 | 102 | 77 |
| Binary | 1100100 | 11011111 | 11001101 | 110111 | 0 | 1000 | 1101 | 10101011 | 1000010 | 111111 |
Color Harmonies of #64DFCD
Complementary color
Monochromatic Colors of #64DFCD
Black with #64DFCD
Text Example
Text Example
White with #64DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DFCD; }
p { color: rgb(100,223,205); }
H1.HeaderClassName
{
color: #64DFCD;
}
.AnyTagClassName
{
color: #64DFCD;
}
</style>
background-color css
<style>
a { background-color: #64DFCD; }
a { background-color: rgb(100,223,205); }
div.DivClassName
{
background-color: #64DFCD;
}
.BgClassName
{
background-color: #64DFCD;
}
</style>
border-color css
<style>
span { border-color: #64DFCD; }
span { border-color: rgb(100,223,205); }
td.TdClassName
{
border-color: #64DFCD;
}
.TagClassName
{
border-color: #64DFCD;
}
</style>