Shades of Downy #64DECA
Tints of Downy #64DECA
RGB
CMYK
RGB Variations
Color information
#64DECA (or 0x64DECA) is known color: Downy. HEX triplet: 64, DE and CA. RGB value is (100,222,202). Sum of RGB (Red+Green+Blue) = 100+222+202=524 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.08% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #64DECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DECA is #9B2135. Grayscale: #B7B7B7. Windows color (decimal): -10166582 or 13295204. OLE color: 13295204.
HSL color Cylindrical-coordinate representation of color #64DECA: hue angle of 170.16º degrees, saturation: 0.65, 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 #64DECA is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 222 | 202 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.13 |
| HSL | 170.16º | 0.65% | 0.63% | - |
| HSV(B) | 170.16º | 0.55% | 0.87% | - |
| XYZ | 42.04 | 59.22 | 65.09 | - |
| YUV | 183.24 | 138.58 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 222 | 202 | 0.55 | 0 | 0.09 | 0.13 | 170.16 | 0.65 | 0.63 |
| Hex | 64 | DE | CA | 37 | 0 | 9 | D | AA | 41 | 3F |
| Octal | 144 | 336 | 312 | 67 | 0 | 11 | 15 | 252 | 101 | 77 |
| Binary | 1100100 | 11011110 | 11001010 | 110111 | 0 | 1001 | 1101 | 10101010 | 1000001 | 111111 |
Color Harmonies of #64DECA
Complementary color
Monochromatic Colors of #64DECA
Black with #64DECA
Text Example
Text Example
White with #64DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DECA; }
p { color: rgb(100,222,202); }
H1.HeaderClassName
{
color: #64DECA;
}
.AnyTagClassName
{
color: #64DECA;
}
</style>
background-color css
<style>
a { background-color: #64DECA; }
a { background-color: rgb(100,222,202); }
div.DivClassName
{
background-color: #64DECA;
}
.BgClassName
{
background-color: #64DECA;
}
</style>
border-color css
<style>
span { border-color: #64DECA; }
span { border-color: rgb(100,222,202); }
td.TdClassName
{
border-color: #64DECA;
}
.TagClassName
{
border-color: #64DECA;
}
</style>