Shades of Downy #64D7C2
Tints of Downy #64D7C2
RGB
CMYK
RGB Variations
Color information
#64D7C2 (or 0x64D7C2) is known color: Downy. HEX triplet: 64, D7 and C2. RGB value is (100,215,194). Sum of RGB (Red+Green+Blue) = 100+215+194=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 215 - color contains mainly: green. Hex color #64D7C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D7C2 is #9B283D. Grayscale: #B2B2B2. Windows color (decimal): -10168382 or 12769124. OLE color: 12769124.
HSL color Cylindrical-coordinate representation of color #64D7C2: hue angle of 169.04º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D7C2 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 215 | 194 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.16 |
| HSL | 169.04º | 0.59% | 0.62% | - |
| HSV(B) | 169.04º | 0.53% | 0.84% | - |
| XYZ | 39.29 | 55.21 | 59.62 | - |
| YUV | 178.22 | 136.9 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 215 | 194 | 0.53 | 0 | 0.10 | 0.16 | 169.04 | 0.59 | 0.62 |
| Hex | 64 | D7 | C2 | 35 | 0 | A | 10 | A9 | 3B | 3E |
| Octal | 144 | 327 | 302 | 65 | 0 | 12 | 20 | 251 | 73 | 76 |
| Binary | 1100100 | 11010111 | 11000010 | 110101 | 0 | 1010 | 10000 | 10101001 | 111011 | 111110 |
Color Harmonies of #64D7C2
Complementary color
Monochromatic Colors of #64D7C2
Black with #64D7C2
Text Example
Text Example
White with #64D7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D7C2; }
p { color: rgb(100,215,194); }
H1.HeaderClassName
{
color: #64D7C2;
}
.AnyTagClassName
{
color: #64D7C2;
}
</style>
background-color css
<style>
a { background-color: #64D7C2; }
a { background-color: rgb(100,215,194); }
div.DivClassName
{
background-color: #64D7C2;
}
.BgClassName
{
background-color: #64D7C2;
}
</style>
border-color css
<style>
span { border-color: #64D7C2; }
span { border-color: rgb(100,215,194); }
td.TdClassName
{
border-color: #64D7C2;
}
.TagClassName
{
border-color: #64D7C2;
}
</style>