Shades of Downy #64EAD0
Tints of Downy #64EAD0
RGB
CMYK
RGB Variations
Color information
#64EAD0 (or 0x64EAD0) is known color: Downy. HEX triplet: 64, EA and D0. RGB value is (100,234,208). Sum of RGB (Red+Green+Blue) = 100+234+208=542 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.45% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 234 - color contains mainly: green. Hex color #64EAD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EAD0 is #9B152F. Grayscale: #BEBEBE. Windows color (decimal): -10163504 or 13691492. OLE color: 13691492.
HSL color Cylindrical-coordinate representation of color #64EAD0: hue angle of 168.36º 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 #64EAD0 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 234 | 208 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.08 |
| HSL | 168.36º | 0.76% | 0.65% | - |
| HSV(B) | 168.36º | 0.57% | 0.92% | - |
| XYZ | 46.06 | 66.11 | 70.01 | - |
| YUV | 190.97 | 137.61 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 234 | 208 | 0.57 | 0 | 0.11 | 0.08 | 168.36 | 0.76 | 0.65 |
| Hex | 64 | EA | D0 | 39 | 0 | B | 8 | A8 | 4C | 41 |
| Octal | 144 | 352 | 320 | 71 | 0 | 13 | 10 | 250 | 114 | 101 |
| Binary | 1100100 | 11101010 | 11010000 | 111001 | 0 | 1011 | 1000 | 10101000 | 1001100 | 1000001 |
Color Harmonies of #64EAD0
Complementary color
Monochromatic Colors of #64EAD0
Black with #64EAD0
Text Example
Text Example
White with #64EAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EAD0; }
p { color: rgb(100,234,208); }
H1.HeaderClassName
{
color: #64EAD0;
}
.AnyTagClassName
{
color: #64EAD0;
}
</style>
background-color css
<style>
a { background-color: #64EAD0; }
a { background-color: rgb(100,234,208); }
div.DivClassName
{
background-color: #64EAD0;
}
.BgClassName
{
background-color: #64EAD0;
}
</style>
border-color css
<style>
span { border-color: #64EAD0; }
span { border-color: rgb(100,234,208); }
td.TdClassName
{
border-color: #64EAD0;
}
.TagClassName
{
border-color: #64EAD0;
}
</style>