Shades of Downy #64E5CC
Tints of Downy #64E5CC
RGB
CMYK
RGB Variations
Color information
#64E5CC (or 0x64E5CC) is known color: Downy. HEX triplet: 64, E5 and CC. RGB value is (100,229,204). Sum of RGB (Red+Green+Blue) = 100+229+204=533 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.76% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 229 - color contains mainly: green. Hex color #64E5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E5CC is #9B1A33. Grayscale: #BBBBBB. Windows color (decimal): -10164788 or 13428068. OLE color: 13428068.
HSL color Cylindrical-coordinate representation of color #64E5CC: hue angle of 168.37º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E5CC is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 229 | 204 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.10 |
| HSL | 168.37º | 0.71% | 0.65% | - |
| HSV(B) | 168.37º | 0.56% | 0.9% | - |
| XYZ | 44.17 | 63.11 | 66.98 | - |
| YUV | 187.58 | 137.26 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 229 | 204 | 0.56 | 0 | 0.11 | 0.10 | 168.37 | 0.71 | 0.65 |
| Hex | 64 | E5 | CC | 38 | 0 | B | A | A8 | 47 | 41 |
| Octal | 144 | 345 | 314 | 70 | 0 | 13 | 12 | 250 | 107 | 101 |
| Binary | 1100100 | 11100101 | 11001100 | 111000 | 0 | 1011 | 1010 | 10101000 | 1000111 | 1000001 |
Color Harmonies of #64E5CC
Complementary color
Monochromatic Colors of #64E5CC
Black with #64E5CC
Text Example
Text Example
White with #64E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E5CC; }
p { color: rgb(100,229,204); }
H1.HeaderClassName
{
color: #64E5CC;
}
.AnyTagClassName
{
color: #64E5CC;
}
</style>
background-color css
<style>
a { background-color: #64E5CC; }
a { background-color: rgb(100,229,204); }
div.DivClassName
{
background-color: #64E5CC;
}
.BgClassName
{
background-color: #64E5CC;
}
</style>
border-color css
<style>
span { border-color: #64E5CC; }
span { border-color: rgb(100,229,204); }
td.TdClassName
{
border-color: #64E5CC;
}
.TagClassName
{
border-color: #64E5CC;
}
</style>