Shades of Downy #64DDBC
Tints of Downy #64DDBC
RGB
CMYK
RGB Variations
Color information
#64DDBC (or 0x64DDBC) is known color: Downy. HEX triplet: 64, DD and BC. RGB value is (100,221,188). Sum of RGB (Red+Green+Blue) = 100+221+188=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DDBC is #9B2243. Grayscale: #B5B5B5. Windows color (decimal): -10166852 or 12377444. OLE color: 12377444.
HSL color Cylindrical-coordinate representation of color #64DDBC: hue angle of 163.64º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DDBC is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 221 | 188 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.13 |
| HSL | 163.64º | 0.64% | 0.63% | - |
| HSV(B) | 163.64º | 0.55% | 0.87% | - |
| XYZ | 40.19 | 58.05 | 56.66 | - |
| YUV | 181.06 | 131.91 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 188 | 0.55 | 0 | 0.15 | 0.13 | 163.64 | 0.64 | 0.63 |
| Hex | 64 | DD | BC | 37 | 0 | F | D | A4 | 40 | 3F |
| Octal | 144 | 335 | 274 | 67 | 0 | 17 | 15 | 244 | 100 | 77 |
| Binary | 1100100 | 11011101 | 10111100 | 110111 | 0 | 1111 | 1101 | 10100100 | 1000000 | 111111 |
Color Harmonies of #64DDBC
Complementary color
Monochromatic Colors of #64DDBC
Black with #64DDBC
Text Example
Text Example
White with #64DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DDBC; }
p { color: rgb(100,221,188); }
H1.HeaderClassName
{
color: #64DDBC;
}
.AnyTagClassName
{
color: #64DDBC;
}
</style>
background-color css
<style>
a { background-color: #64DDBC; }
a { background-color: rgb(100,221,188); }
div.DivClassName
{
background-color: #64DDBC;
}
.BgClassName
{
background-color: #64DDBC;
}
</style>
border-color css
<style>
span { border-color: #64DDBC; }
span { border-color: rgb(100,221,188); }
td.TdClassName
{
border-color: #64DDBC;
}
.TagClassName
{
border-color: #64DDBC;
}
</style>