Shades of Downy #64DCB7
Tints of Downy #64DCB7
RGB
CMYK
RGB Variations
Color information
#64DCB7 (or 0x64DCB7) is known color: Downy. HEX triplet: 64, DC and B7. RGB value is (100,220,183). Sum of RGB (Red+Green+Blue) = 100+220+183=503 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.88% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #64DCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DCB7 is #9B2348. Grayscale: #B3B3B3. Windows color (decimal): -10167113 or 12049508. OLE color: 12049508.
HSL color Cylindrical-coordinate representation of color #64DCB7: hue angle of 161.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 #64DCB7 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 220 | 183 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.14 |
| HSL | 161.5º | 0.63% | 0.63% | - |
| HSV(B) | 161.5º | 0.55% | 0.86% | - |
| XYZ | 39.4 | 57.31 | 53.79 | - |
| YUV | 179.9 | 129.74 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 220 | 183 | 0.55 | 0 | 0.17 | 0.14 | 161.5 | 0.63 | 0.63 |
| Hex | 64 | DC | B7 | 37 | 0 | 11 | E | A2 | 3F | 3F |
| Octal | 144 | 334 | 267 | 67 | 0 | 21 | 16 | 242 | 77 | 77 |
| Binary | 1100100 | 11011100 | 10110111 | 110111 | 0 | 10001 | 1110 | 10100010 | 111111 | 111111 |
Color Harmonies of #64DCB7
Complementary color
Monochromatic Colors of #64DCB7
Black with #64DCB7
Text Example
Text Example
White with #64DCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DCB7; }
p { color: rgb(100,220,183); }
H1.HeaderClassName
{
color: #64DCB7;
}
.AnyTagClassName
{
color: #64DCB7;
}
</style>
background-color css
<style>
a { background-color: #64DCB7; }
a { background-color: rgb(100,220,183); }
div.DivClassName
{
background-color: #64DCB7;
}
.BgClassName
{
background-color: #64DCB7;
}
</style>
border-color css
<style>
span { border-color: #64DCB7; }
span { border-color: rgb(100,220,183); }
td.TdClassName
{
border-color: #64DCB7;
}
.TagClassName
{
border-color: #64DCB7;
}
</style>