Shades of Downy #64EACA
Tints of Downy #64EACA
RGB
CMYK
RGB Variations
Color information
#64EACA (or 0x64EACA) is known color: Downy. HEX triplet: 64, EA and CA. RGB value is (100,234,202). Sum of RGB (Red+Green+Blue) = 100+234+202=536 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.66% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #64EACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EACA is #9B1535. Grayscale: #BEBEBE. Windows color (decimal): -10163510 or 13298276. OLE color: 13298276.
HSL color Cylindrical-coordinate representation of color #64EACA: hue angle of 165.67º 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 #64EACA is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 234 | 202 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.08 |
| HSL | 165.67º | 0.76% | 0.65% | - |
| HSV(B) | 165.67º | 0.57% | 0.92% | - |
| XYZ | 45.34 | 65.82 | 66.19 | - |
| YUV | 190.29 | 134.61 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 234 | 202 | 0.57 | 0 | 0.14 | 0.08 | 165.67 | 0.76 | 0.65 |
| Hex | 64 | EA | CA | 39 | 0 | E | 8 | A6 | 4C | 41 |
| Octal | 144 | 352 | 312 | 71 | 0 | 16 | 10 | 246 | 114 | 101 |
| Binary | 1100100 | 11101010 | 11001010 | 111001 | 0 | 1110 | 1000 | 10100110 | 1001100 | 1000001 |
Color Harmonies of #64EACA
Complementary color
Monochromatic Colors of #64EACA
Black with #64EACA
Text Example
Text Example
White with #64EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EACA; }
p { color: rgb(100,234,202); }
H1.HeaderClassName
{
color: #64EACA;
}
.AnyTagClassName
{
color: #64EACA;
}
</style>
background-color css
<style>
a { background-color: #64EACA; }
a { background-color: rgb(100,234,202); }
div.DivClassName
{
background-color: #64EACA;
}
.BgClassName
{
background-color: #64EACA;
}
</style>
border-color css
<style>
span { border-color: #64EACA; }
span { border-color: rgb(100,234,202); }
td.TdClassName
{
border-color: #64EACA;
}
.TagClassName
{
border-color: #64EACA;
}
</style>