Shades of Downy #64D1CB
Tints of Downy #64D1CB
RGB
CMYK
RGB Variations
Color information
#64D1CB (or 0x64D1CB) is known color: Downy. HEX triplet: 64, D1 and CB. RGB value is (100,209,203). Sum of RGB (Red+Green+Blue) = 100+209+203=512 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.53% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #64D1CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D1CB is #9B2E34. Grayscale: #AFAFAF. Windows color (decimal): -10169909 or 13357412. OLE color: 13357412.
HSL color Cylindrical-coordinate representation of color #64D1CB: hue angle of 176.7º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D1CB is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 209 | 203 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.18 |
| HSL | 176.7º | 0.54% | 0.61% | - |
| HSV(B) | 176.7º | 0.52% | 0.82% | - |
| XYZ | 38.84 | 52.62 | 64.61 | - |
| YUV | 175.73 | 143.39 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 209 | 203 | 0.52 | 0 | 0.03 | 0.18 | 176.7 | 0.54 | 0.61 |
| Hex | 64 | D1 | CB | 34 | 0 | 3 | 12 | B1 | 36 | 3D |
| Octal | 144 | 321 | 313 | 64 | 0 | 3 | 22 | 261 | 66 | 75 |
| Binary | 1100100 | 11010001 | 11001011 | 110100 | 0 | 11 | 10010 | 10110001 | 110110 | 111101 |
Color Harmonies of #64D1CB
Complementary color
Monochromatic Colors of #64D1CB
Black with #64D1CB
Text Example
Text Example
White with #64D1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D1CB; }
p { color: rgb(100,209,203); }
H1.HeaderClassName
{
color: #64D1CB;
}
.AnyTagClassName
{
color: #64D1CB;
}
</style>
background-color css
<style>
a { background-color: #64D1CB; }
a { background-color: rgb(100,209,203); }
div.DivClassName
{
background-color: #64D1CB;
}
.BgClassName
{
background-color: #64D1CB;
}
</style>
border-color css
<style>
span { border-color: #64D1CB; }
span { border-color: rgb(100,209,203); }
td.TdClassName
{
border-color: #64D1CB;
}
.TagClassName
{
border-color: #64D1CB;
}
</style>