Shades of Downy #64ECC5
Tints of Downy #64ECC5
RGB
CMYK
RGB Variations
Color information
#64ECC5 (or 0x64ECC5) is known color: Downy. HEX triplet: 64, EC and C5. RGB value is (100,236,197). Sum of RGB (Red+Green+Blue) = 100+236+197=533 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.76% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #64ECC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64ECC5 is #9B133A. Grayscale: #BEBEBE. Windows color (decimal): -10163003 or 12971108. OLE color: 12971108.
HSL color Cylindrical-coordinate representation of color #64ECC5: hue angle of 162.79º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ECC5 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 236 | 197 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.07 |
| HSL | 162.79º | 0.78% | 0.66% | - |
| HSV(B) | 162.79º | 0.58% | 0.93% | - |
| XYZ | 45.33 | 66.73 | 63.31 | - |
| YUV | 190.89 | 131.44 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 236 | 197 | 0.58 | 0 | 0.17 | 0.07 | 162.79 | 0.78 | 0.66 |
| Hex | 64 | EC | C5 | 3A | 0 | 11 | 7 | A3 | 4E | 42 |
| Octal | 144 | 354 | 305 | 72 | 0 | 21 | 7 | 243 | 116 | 102 |
| Binary | 1100100 | 11101100 | 11000101 | 111010 | 0 | 10001 | 111 | 10100011 | 1001110 | 1000010 |
Color Harmonies of #64ECC5
Complementary color
Monochromatic Colors of #64ECC5
Black with #64ECC5
Text Example
Text Example
White with #64ECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ECC5; }
p { color: rgb(100,236,197); }
H1.HeaderClassName
{
color: #64ECC5;
}
.AnyTagClassName
{
color: #64ECC5;
}
</style>
background-color css
<style>
a { background-color: #64ECC5; }
a { background-color: rgb(100,236,197); }
div.DivClassName
{
background-color: #64ECC5;
}
.BgClassName
{
background-color: #64ECC5;
}
</style>
border-color css
<style>
span { border-color: #64ECC5; }
span { border-color: rgb(100,236,197); }
td.TdClassName
{
border-color: #64ECC5;
}
.TagClassName
{
border-color: #64ECC5;
}
</style>