Shades of Downy #64E4BA
Tints of Downy #64E4BA
RGB
CMYK
RGB Variations
Color information
#64E4BA (or 0x64E4BA) is known color: Downy. HEX triplet: 64, E4 and BA. RGB value is (100,228,186). Sum of RGB (Red+Green+Blue) = 100+228+186=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 228 - color contains mainly: green. Hex color #64E4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E4BA is #9B1B45. Grayscale: #B8B8B8. Windows color (decimal): -10165062 or 12248164. OLE color: 12248164.
HSL color Cylindrical-coordinate representation of color #64E4BA: hue angle of 160.31º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E4BA is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 228 | 186 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.11 |
| HSL | 160.31º | 0.7% | 0.64% | - |
| HSV(B) | 160.31º | 0.56% | 0.89% | - |
| XYZ | 41.86 | 61.74 | 56.17 | - |
| YUV | 184.94 | 128.59 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 228 | 186 | 0.56 | 0 | 0.18 | 0.11 | 160.31 | 0.7 | 0.64 |
| Hex | 64 | E4 | BA | 38 | 0 | 12 | B | A0 | 46 | 40 |
| Octal | 144 | 344 | 272 | 70 | 0 | 22 | 13 | 240 | 106 | 100 |
| Binary | 1100100 | 11100100 | 10111010 | 111000 | 0 | 10010 | 1011 | 10100000 | 1000110 | 1000000 |
Color Harmonies of #64E4BA
Complementary color
Monochromatic Colors of #64E4BA
Black with #64E4BA
Text Example
Text Example
White with #64E4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E4BA; }
p { color: rgb(100,228,186); }
H1.HeaderClassName
{
color: #64E4BA;
}
.AnyTagClassName
{
color: #64E4BA;
}
</style>
background-color css
<style>
a { background-color: #64E4BA; }
a { background-color: rgb(100,228,186); }
div.DivClassName
{
background-color: #64E4BA;
}
.BgClassName
{
background-color: #64E4BA;
}
</style>
border-color css
<style>
span { border-color: #64E4BA; }
span { border-color: rgb(100,228,186); }
td.TdClassName
{
border-color: #64E4BA;
}
.TagClassName
{
border-color: #64E4BA;
}
</style>