Shades of Downy #64DDBF
Tints of Downy #64DDBF
RGB
CMYK
RGB Variations
Color information
#64DDBF (or 0x64DDBF) is known color: Downy. HEX triplet: 64, DD and BF. RGB value is (100,221,191). Sum of RGB (Red+Green+Blue) = 100+221+191=512 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.53% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DDBF is #9B2240. Grayscale: #B5B5B5. Windows color (decimal): -10166849 or 12574052. OLE color: 12574052.
HSL color Cylindrical-coordinate representation of color #64DDBF: hue angle of 165.12º 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 #64DDBF is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 221 | 191 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.13 |
| HSL | 165.12º | 0.64% | 0.63% | - |
| HSV(B) | 165.12º | 0.55% | 0.87% | - |
| XYZ | 40.52 | 58.18 | 58.39 | - |
| YUV | 181.4 | 133.41 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 191 | 0.55 | 0 | 0.14 | 0.13 | 165.12 | 0.64 | 0.63 |
| Hex | 64 | DD | BF | 37 | 0 | E | D | A5 | 40 | 3F |
| Octal | 144 | 335 | 277 | 67 | 0 | 16 | 15 | 245 | 100 | 77 |
| Binary | 1100100 | 11011101 | 10111111 | 110111 | 0 | 1110 | 1101 | 10100101 | 1000000 | 111111 |
Color Harmonies of #64DDBF
Complementary color
Monochromatic Colors of #64DDBF
Black with #64DDBF
Text Example
Text Example
White with #64DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DDBF; }
p { color: rgb(100,221,191); }
H1.HeaderClassName
{
color: #64DDBF;
}
.AnyTagClassName
{
color: #64DDBF;
}
</style>
background-color css
<style>
a { background-color: #64DDBF; }
a { background-color: rgb(100,221,191); }
div.DivClassName
{
background-color: #64DDBF;
}
.BgClassName
{
background-color: #64DDBF;
}
</style>
border-color css
<style>
span { border-color: #64DDBF; }
span { border-color: rgb(100,221,191); }
td.TdClassName
{
border-color: #64DDBF;
}
.TagClassName
{
border-color: #64DDBF;
}
</style>