Shades of Downy #64D5BA
Tints of Downy #64D5BA
RGB
CMYK
RGB Variations
Color information
#64D5BA (or 0x64D5BA) is known color: Downy. HEX triplet: 64, D5 and BA. RGB value is (100,213,186). Sum of RGB (Red+Green+Blue) = 100+213+186=499 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20.04% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #64D5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D5BA is #9B2A45. Grayscale: #B0B0B0. Windows color (decimal): -10168902 or 12244324. OLE color: 12244324.
HSL color Cylindrical-coordinate representation of color #64D5BA: hue angle of 165.66º 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 #64D5BA is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 213 | 186 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.16 |
| HSL | 165.66º | 0.57% | 0.61% | - |
| HSV(B) | 165.66º | 0.53% | 0.84% | - |
| XYZ | 37.91 | 53.84 | 54.85 | - |
| YUV | 176.14 | 133.56 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 213 | 186 | 0.53 | 0 | 0.13 | 0.16 | 165.66 | 0.57 | 0.61 |
| Hex | 64 | D5 | BA | 35 | 0 | D | 10 | A6 | 39 | 3D |
| Octal | 144 | 325 | 272 | 65 | 0 | 15 | 20 | 246 | 71 | 75 |
| Binary | 1100100 | 11010101 | 10111010 | 110101 | 0 | 1101 | 10000 | 10100110 | 111001 | 111101 |
Color Harmonies of #64D5BA
Complementary color
Monochromatic Colors of #64D5BA
Black with #64D5BA
Text Example
Text Example
White with #64D5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D5BA; }
p { color: rgb(100,213,186); }
H1.HeaderClassName
{
color: #64D5BA;
}
.AnyTagClassName
{
color: #64D5BA;
}
</style>
background-color css
<style>
a { background-color: #64D5BA; }
a { background-color: rgb(100,213,186); }
div.DivClassName
{
background-color: #64D5BA;
}
.BgClassName
{
background-color: #64D5BA;
}
</style>
border-color css
<style>
span { border-color: #64D5BA; }
span { border-color: rgb(100,213,186); }
td.TdClassName
{
border-color: #64D5BA;
}
.TagClassName
{
border-color: #64D5BA;
}
</style>