Shades of Downy #64C5C4
Tints of Downy #64C5C4
RGB
CMYK
RGB Variations
Color information
#64C5C4 (or 0x64C5C4) is known color: Downy. HEX triplet: 64, C5 and C4. RGB value is (100,197,196). Sum of RGB (Red+Green+Blue) = 100+197+196=493 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.28% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 197 - color contains mainly: green. Hex color #64C5C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C5C4 is #9B3A3B. Grayscale: #A7A7A7. Windows color (decimal): -10172988 or 12895588. OLE color: 12895588.
HSL color Cylindrical-coordinate representation of color #64C5C4: hue angle of 179.38º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C5C4 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 197 | 196 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.23 |
| HSL | 179.38º | 0.46% | 0.58% | - |
| HSV(B) | 179.38º | 0.49% | 0.77% | - |
| XYZ | 35.19 | 46.63 | 59.37 | - |
| YUV | 167.88 | 143.86 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 197 | 196 | 0.49 | 0 | 0.01 | 0.23 | 179.38 | 0.46 | 0.58 |
| Hex | 64 | C5 | C4 | 31 | 0 | 1 | 17 | B3 | 2E | 3A |
| Octal | 144 | 305 | 304 | 61 | 0 | 1 | 27 | 263 | 56 | 72 |
| Binary | 1100100 | 11000101 | 11000100 | 110001 | 0 | 1 | 10111 | 10110011 | 101110 | 111010 |
Color Harmonies of #64C5C4
Complementary color
Monochromatic Colors of #64C5C4
Black with #64C5C4
Text Example
Text Example
White with #64C5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C5C4; }
p { color: rgb(100,197,196); }
H1.HeaderClassName
{
color: #64C5C4;
}
.AnyTagClassName
{
color: #64C5C4;
}
</style>
background-color css
<style>
a { background-color: #64C5C4; }
a { background-color: rgb(100,197,196); }
div.DivClassName
{
background-color: #64C5C4;
}
.BgClassName
{
background-color: #64C5C4;
}
</style>
border-color css
<style>
span { border-color: #64C5C4; }
span { border-color: rgb(100,197,196); }
td.TdClassName
{
border-color: #64C5C4;
}
.TagClassName
{
border-color: #64C5C4;
}
</style>