Shades of Downy #64D5BB
Tints of Downy #64D5BB
RGB
CMYK
RGB Variations
Color information
#64D5BB (or 0x64D5BB) is known color: Downy. HEX triplet: 64, D5 and BB. RGB value is (100,213,187). Sum of RGB (Red+Green+Blue) = 100+213+187=500 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 213 - color contains mainly: green. Hex color #64D5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D5BB is #9B2A44. Grayscale: #B0B0B0. Windows color (decimal): -10168901 or 12309860. OLE color: 12309860.
HSL color Cylindrical-coordinate representation of color #64D5BB: hue angle of 166.19º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D5BB is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 213 | 187 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.16 |
| HSL | 166.19º | 0.57% | 0.61% | - |
| HSV(B) | 166.19º | 0.53% | 0.84% | - |
| XYZ | 38.02 | 53.89 | 55.41 | - |
| YUV | 176.25 | 134.06 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 213 | 187 | 0.53 | 0 | 0.12 | 0.16 | 166.19 | 0.57 | 0.61 |
| Hex | 64 | D5 | BB | 35 | 0 | C | 10 | A6 | 39 | 3D |
| Octal | 144 | 325 | 273 | 65 | 0 | 14 | 20 | 246 | 71 | 75 |
| Binary | 1100100 | 11010101 | 10111011 | 110101 | 0 | 1100 | 10000 | 10100110 | 111001 | 111101 |
Color Harmonies of #64D5BB
Complementary color
Monochromatic Colors of #64D5BB
Black with #64D5BB
Text Example
Text Example
White with #64D5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D5BB; }
p { color: rgb(100,213,187); }
H1.HeaderClassName
{
color: #64D5BB;
}
.AnyTagClassName
{
color: #64D5BB;
}
</style>
background-color css
<style>
a { background-color: #64D5BB; }
a { background-color: rgb(100,213,187); }
div.DivClassName
{
background-color: #64D5BB;
}
.BgClassName
{
background-color: #64D5BB;
}
</style>
border-color css
<style>
span { border-color: #64D5BB; }
span { border-color: rgb(100,213,187); }
td.TdClassName
{
border-color: #64D5BB;
}
.TagClassName
{
border-color: #64D5BB;
}
</style>