Shades of Downy #64F0C3
Tints of Downy #64F0C3
RGB
CMYK
RGB Variations
Color information
#64F0C3 (or 0x64F0C3) is known color: Downy. HEX triplet: 64, F0 and C3. RGB value is (100,240,195). Sum of RGB (Red+Green+Blue) = 100+240+195=535 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.69% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #64F0C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F0C3 is #9B0F3C. Grayscale: #C1C1C1. Windows color (decimal): -10161981 or 12841060. OLE color: 12841060.
HSL color Cylindrical-coordinate representation of color #64F0C3: hue angle of 160.71º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64F0C3 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 240 | 195 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.06 |
| HSL | 160.71º | 0.82% | 0.67% | - |
| HSV(B) | 160.71º | 0.58% | 0.94% | - |
| XYZ | 46.27 | 68.97 | 62.5 | - |
| YUV | 193.01 | 129.12 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 240 | 195 | 0.58 | 0 | 0.19 | 0.06 | 160.71 | 0.82 | 0.67 |
| Hex | 64 | F0 | C3 | 3A | 0 | 13 | 6 | A1 | 52 | 43 |
| Octal | 144 | 360 | 303 | 72 | 0 | 23 | 6 | 241 | 122 | 103 |
| Binary | 1100100 | 11110000 | 11000011 | 111010 | 0 | 10011 | 110 | 10100001 | 1010010 | 1000011 |
Color Harmonies of #64F0C3
Complementary color
Monochromatic Colors of #64F0C3
Black with #64F0C3
Text Example
Text Example
White with #64F0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F0C3; }
p { color: rgb(100,240,195); }
H1.HeaderClassName
{
color: #64F0C3;
}
.AnyTagClassName
{
color: #64F0C3;
}
</style>
background-color css
<style>
a { background-color: #64F0C3; }
a { background-color: rgb(100,240,195); }
div.DivClassName
{
background-color: #64F0C3;
}
.BgClassName
{
background-color: #64F0C3;
}
</style>
border-color css
<style>
span { border-color: #64F0C3; }
span { border-color: rgb(100,240,195); }
td.TdClassName
{
border-color: #64F0C3;
}
.TagClassName
{
border-color: #64F0C3;
}
</style>