Shades of Downy #64DCCB
Tints of Downy #64DCCB
RGB
CMYK
RGB Variations
Color information
#64DCCB (or 0x64DCCB) is known color: Downy. HEX triplet: 64, DC and CB. RGB value is (100,220,203). Sum of RGB (Red+Green+Blue) = 100+220+203=523 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.12% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #64DCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DCCB is #9B2334. Grayscale: #B6B6B6. Windows color (decimal): -10167093 or 13360228. OLE color: 13360228.
HSL color Cylindrical-coordinate representation of color #64DCCB: hue angle of 171.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DCCB is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 220 | 203 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.14 |
| HSL | 171.5º | 0.63% | 0.63% | - |
| HSV(B) | 171.5º | 0.55% | 0.86% | - |
| XYZ | 41.63 | 58.21 | 65.54 | - |
| YUV | 182.18 | 139.74 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 220 | 203 | 0.55 | 0 | 0.08 | 0.14 | 171.5 | 0.63 | 0.63 |
| Hex | 64 | DC | CB | 37 | 0 | 8 | E | AC | 3F | 3F |
| Octal | 144 | 334 | 313 | 67 | 0 | 10 | 16 | 254 | 77 | 77 |
| Binary | 1100100 | 11011100 | 11001011 | 110111 | 0 | 1000 | 1110 | 10101100 | 111111 | 111111 |
Color Harmonies of #64DCCB
Complementary color
Monochromatic Colors of #64DCCB
Black with #64DCCB
Text Example
Text Example
White with #64DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DCCB; }
p { color: rgb(100,220,203); }
H1.HeaderClassName
{
color: #64DCCB;
}
.AnyTagClassName
{
color: #64DCCB;
}
</style>
background-color css
<style>
a { background-color: #64DCCB; }
a { background-color: rgb(100,220,203); }
div.DivClassName
{
background-color: #64DCCB;
}
.BgClassName
{
background-color: #64DCCB;
}
</style>
border-color css
<style>
span { border-color: #64DCCB; }
span { border-color: rgb(100,220,203); }
td.TdClassName
{
border-color: #64DCCB;
}
.TagClassName
{
border-color: #64DCCB;
}
</style>