Shades of Downy #64DDC3
Tints of Downy #64DDC3
RGB
CMYK
RGB Variations
Color information
#64DDC3 (or 0x64DDC3) is known color: Downy. HEX triplet: 64, DD and C3. RGB value is (100,221,195). Sum of RGB (Red+Green+Blue) = 100+221+195=516 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.38% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DDC3 is #9B223C. Grayscale: #B5B5B5. Windows color (decimal): -10166845 or 12836196. OLE color: 12836196.
HSL color Cylindrical-coordinate representation of color #64DDC3: hue angle of 167.11º degrees, saturation: 0.64, 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 #64DDC3 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 221 | 195 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.13 |
| HSL | 167.11º | 0.64% | 0.63% | - |
| HSV(B) | 167.11º | 0.55% | 0.87% | - |
| XYZ | 40.96 | 58.36 | 60.74 | - |
| YUV | 181.86 | 135.41 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 195 | 0.55 | 0 | 0.12 | 0.13 | 167.11 | 0.64 | 0.63 |
| Hex | 64 | DD | C3 | 37 | 0 | C | D | A7 | 40 | 3F |
| Octal | 144 | 335 | 303 | 67 | 0 | 14 | 15 | 247 | 100 | 77 |
| Binary | 1100100 | 11011101 | 11000011 | 110111 | 0 | 1100 | 1101 | 10100111 | 1000000 | 111111 |
Color Harmonies of #64DDC3
Complementary color
Monochromatic Colors of #64DDC3
Black with #64DDC3
Text Example
Text Example
White with #64DDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DDC3; }
p { color: rgb(100,221,195); }
H1.HeaderClassName
{
color: #64DDC3;
}
.AnyTagClassName
{
color: #64DDC3;
}
</style>
background-color css
<style>
a { background-color: #64DDC3; }
a { background-color: rgb(100,221,195); }
div.DivClassName
{
background-color: #64DDC3;
}
.BgClassName
{
background-color: #64DDC3;
}
</style>
border-color css
<style>
span { border-color: #64DDC3; }
span { border-color: rgb(100,221,195); }
td.TdClassName
{
border-color: #64DDC3;
}
.TagClassName
{
border-color: #64DDC3;
}
</style>