Shades of Downy #64EAC8
Tints of Downy #64EAC8
RGB
CMYK
RGB Variations
Color information
#64EAC8 (or 0x64EAC8) is known color: Downy. HEX triplet: 64, EA and C8. RGB value is (100,234,200). Sum of RGB (Red+Green+Blue) = 100+234+200=534 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.73% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 234 - color contains mainly: green. Hex color #64EAC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EAC8 is #9B1537. Grayscale: #BEBEBE. Windows color (decimal): -10163512 or 13167204. OLE color: 13167204.
HSL color Cylindrical-coordinate representation of color #64EAC8: hue angle of 164.78º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EAC8 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 234 | 200 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.08 |
| HSL | 164.78º | 0.76% | 0.65% | - |
| HSV(B) | 164.78º | 0.57% | 0.92% | - |
| XYZ | 45.1 | 65.73 | 64.95 | - |
| YUV | 190.06 | 133.61 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 234 | 200 | 0.57 | 0 | 0.15 | 0.08 | 164.78 | 0.76 | 0.65 |
| Hex | 64 | EA | C8 | 39 | 0 | F | 8 | A5 | 4C | 41 |
| Octal | 144 | 352 | 310 | 71 | 0 | 17 | 10 | 245 | 114 | 101 |
| Binary | 1100100 | 11101010 | 11001000 | 111001 | 0 | 1111 | 1000 | 10100101 | 1001100 | 1000001 |
Color Harmonies of #64EAC8
Complementary color
Monochromatic Colors of #64EAC8
Black with #64EAC8
Text Example
Text Example
White with #64EAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EAC8; }
p { color: rgb(100,234,200); }
H1.HeaderClassName
{
color: #64EAC8;
}
.AnyTagClassName
{
color: #64EAC8;
}
</style>
background-color css
<style>
a { background-color: #64EAC8; }
a { background-color: rgb(100,234,200); }
div.DivClassName
{
background-color: #64EAC8;
}
.BgClassName
{
background-color: #64EAC8;
}
</style>
border-color css
<style>
span { border-color: #64EAC8; }
span { border-color: rgb(100,234,200); }
td.TdClassName
{
border-color: #64EAC8;
}
.TagClassName
{
border-color: #64EAC8;
}
</style>