Shades of Downy #64CCC0
Tints of Downy #64CCC0
RGB
CMYK
RGB Variations
Color information
#64CCC0 (or 0x64CCC0) is known color: Downy. HEX triplet: 64, CC and C0. RGB value is (100,204,192). Sum of RGB (Red+Green+Blue) = 100+204+192=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #64CCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CCC0 is #9B333F. Grayscale: #ABABAB. Windows color (decimal): -10171200 or 12635236. OLE color: 12635236.
HSL color Cylindrical-coordinate representation of color #64CCC0: hue angle of 173.08º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CCC0 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 204 | 192 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.2 |
| HSL | 173.08º | 0.5% | 0.6% | - |
| HSV(B) | 173.08º | 0.51% | 0.8% | - |
| XYZ | 36.36 | 49.7 | 57.55 | - |
| YUV | 171.54 | 139.54 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 192 | 0.51 | 0 | 0.06 | 0.2 | 173.08 | 0.5 | 0.6 |
| Hex | 64 | CC | C0 | 33 | 0 | 6 | 14 | AD | 32 | 3C |
| Octal | 144 | 314 | 300 | 63 | 0 | 6 | 24 | 255 | 62 | 74 |
| Binary | 1100100 | 11001100 | 11000000 | 110011 | 0 | 110 | 10100 | 10101101 | 110010 | 111100 |
Color Harmonies of #64CCC0
Complementary color
Monochromatic Colors of #64CCC0
Black with #64CCC0
Text Example
Text Example
White with #64CCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CCC0; }
p { color: rgb(100,204,192); }
H1.HeaderClassName
{
color: #64CCC0;
}
.AnyTagClassName
{
color: #64CCC0;
}
</style>
background-color css
<style>
a { background-color: #64CCC0; }
a { background-color: rgb(100,204,192); }
div.DivClassName
{
background-color: #64CCC0;
}
.BgClassName
{
background-color: #64CCC0;
}
</style>
border-color css
<style>
span { border-color: #64CCC0; }
span { border-color: rgb(100,204,192); }
td.TdClassName
{
border-color: #64CCC0;
}
.TagClassName
{
border-color: #64CCC0;
}
</style>