Shades of Downy #64EAD4
Tints of Downy #64EAD4
RGB
CMYK
RGB Variations
Color information
#64EAD4 (or 0x64EAD4) is known color: Downy. HEX triplet: 64, EA and D4. RGB value is (100,234,212). Sum of RGB (Red+Green+Blue) = 100+234+212=546 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.32% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 212 (83.20% from 255 or 38.83% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #64EAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EAD4 is #9B152B. Grayscale: #BFBFBF. Windows color (decimal): -10163500 or 13953636. OLE color: 13953636.
HSL color Cylindrical-coordinate representation of color #64EAD4: hue angle of 170.15º 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 #64EAD4 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 234 | 212 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.08 |
| HSL | 170.15º | 0.76% | 0.65% | - |
| HSV(B) | 170.15º | 0.57% | 0.92% | - |
| XYZ | 46.56 | 66.31 | 72.63 | - |
| YUV | 191.43 | 139.61 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 234 | 212 | 0.57 | 0 | 0.09 | 0.08 | 170.15 | 0.76 | 0.65 |
| Hex | 64 | EA | D4 | 39 | 0 | 9 | 8 | AA | 4C | 41 |
| Octal | 144 | 352 | 324 | 71 | 0 | 11 | 10 | 252 | 114 | 101 |
| Binary | 1100100 | 11101010 | 11010100 | 111001 | 0 | 1001 | 1000 | 10101010 | 1001100 | 1000001 |
Color Harmonies of #64EAD4
Complementary color
Monochromatic Colors of #64EAD4
Black with #64EAD4
Text Example
Text Example
White with #64EAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EAD4; }
p { color: rgb(100,234,212); }
H1.HeaderClassName
{
color: #64EAD4;
}
.AnyTagClassName
{
color: #64EAD4;
}
</style>
background-color css
<style>
a { background-color: #64EAD4; }
a { background-color: rgb(100,234,212); }
div.DivClassName
{
background-color: #64EAD4;
}
.BgClassName
{
background-color: #64EAD4;
}
</style>
border-color css
<style>
span { border-color: #64EAD4; }
span { border-color: rgb(100,234,212); }
td.TdClassName
{
border-color: #64EAD4;
}
.TagClassName
{
border-color: #64EAD4;
}
</style>