Shades of Downy #64D3BA
Tints of Downy #64D3BA
RGB
CMYK
RGB Variations
Color information
#64D3BA (or 0x64D3BA) is known color: Downy. HEX triplet: 64, D3 and BA. RGB value is (100,211,186). Sum of RGB (Red+Green+Blue) = 100+211+186=497 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.12% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 211 - color contains mainly: green. Hex color #64D3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D3BA is #9B2C45. Grayscale: #AEAEAE. Windows color (decimal): -10169414 or 12243812. OLE color: 12243812.
HSL color Cylindrical-coordinate representation of color #64D3BA: hue angle of 166.49º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D3BA is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 211 | 186 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.17 |
| HSL | 166.49º | 0.56% | 0.61% | - |
| HSV(B) | 166.49º | 0.53% | 0.83% | - |
| XYZ | 37.41 | 52.84 | 54.68 | - |
| YUV | 174.96 | 134.23 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 211 | 186 | 0.53 | 0 | 0.12 | 0.17 | 166.49 | 0.56 | 0.61 |
| Hex | 64 | D3 | BA | 35 | 0 | C | 11 | A6 | 38 | 3D |
| Octal | 144 | 323 | 272 | 65 | 0 | 14 | 21 | 246 | 70 | 75 |
| Binary | 1100100 | 11010011 | 10111010 | 110101 | 0 | 1100 | 10001 | 10100110 | 111000 | 111101 |
Color Harmonies of #64D3BA
Complementary color
Monochromatic Colors of #64D3BA
Black with #64D3BA
Text Example
Text Example
White with #64D3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D3BA; }
p { color: rgb(100,211,186); }
H1.HeaderClassName
{
color: #64D3BA;
}
.AnyTagClassName
{
color: #64D3BA;
}
</style>
background-color css
<style>
a { background-color: #64D3BA; }
a { background-color: rgb(100,211,186); }
div.DivClassName
{
background-color: #64D3BA;
}
.BgClassName
{
background-color: #64D3BA;
}
</style>
border-color css
<style>
span { border-color: #64D3BA; }
span { border-color: rgb(100,211,186); }
td.TdClassName
{
border-color: #64D3BA;
}
.TagClassName
{
border-color: #64D3BA;
}
</style>