Shades of Downy #64D7BA
Tints of Downy #64D7BA
RGB
CMYK
RGB Variations
Color information
#64D7BA (or 0x64D7BA) is known color: Downy. HEX triplet: 64, D7 and BA. RGB value is (100,215,186). Sum of RGB (Red+Green+Blue) = 100+215+186=501 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.96% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #64D7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D7BA is #9B2845. Grayscale: #B1B1B1. Windows color (decimal): -10168390 or 12244836. OLE color: 12244836.
HSL color Cylindrical-coordinate representation of color #64D7BA: hue angle of 164.87º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D7BA is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 215 | 186 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.16 |
| HSL | 164.87º | 0.59% | 0.62% | - |
| HSV(B) | 164.87º | 0.53% | 0.84% | - |
| XYZ | 38.42 | 54.86 | 55.02 | - |
| YUV | 177.31 | 132.9 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 215 | 186 | 0.53 | 0 | 0.13 | 0.16 | 164.87 | 0.59 | 0.62 |
| Hex | 64 | D7 | BA | 35 | 0 | D | 10 | A5 | 3B | 3E |
| Octal | 144 | 327 | 272 | 65 | 0 | 15 | 20 | 245 | 73 | 76 |
| Binary | 1100100 | 11010111 | 10111010 | 110101 | 0 | 1101 | 10000 | 10100101 | 111011 | 111110 |
Color Harmonies of #64D7BA
Complementary color
Monochromatic Colors of #64D7BA
Black with #64D7BA
Text Example
Text Example
White with #64D7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D7BA; }
p { color: rgb(100,215,186); }
H1.HeaderClassName
{
color: #64D7BA;
}
.AnyTagClassName
{
color: #64D7BA;
}
</style>
background-color css
<style>
a { background-color: #64D7BA; }
a { background-color: rgb(100,215,186); }
div.DivClassName
{
background-color: #64D7BA;
}
.BgClassName
{
background-color: #64D7BA;
}
</style>
border-color css
<style>
span { border-color: #64D7BA; }
span { border-color: rgb(100,215,186); }
td.TdClassName
{
border-color: #64D7BA;
}
.TagClassName
{
border-color: #64D7BA;
}
</style>