Shades of Downy #64E2BD
Tints of Downy #64E2BD
RGB
CMYK
RGB Variations
Color information
#64E2BD (or 0x64E2BD) is known color: Downy. HEX triplet: 64, E2 and BD. RGB value is (100,226,189). Sum of RGB (Red+Green+Blue) = 100+226+189=515 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.42% from 515); Green value is 226 (88.67% from 255 or 43.88% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 226 - color contains mainly: green. Hex color #64E2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E2BD is #9B1D42. Grayscale: #B8B8B8. Windows color (decimal): -10165571 or 12444260. OLE color: 12444260.
HSL color Cylindrical-coordinate representation of color #64E2BD: hue angle of 162.38º degrees, saturation: 0.68, 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 #64E2BD is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 226 | 189 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.11 |
| HSL | 162.38º | 0.68% | 0.64% | - |
| HSV(B) | 162.38º | 0.56% | 0.89% | - |
| XYZ | 41.64 | 60.78 | 57.68 | - |
| YUV | 184.11 | 130.76 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 226 | 189 | 0.56 | 0 | 0.16 | 0.11 | 162.38 | 0.68 | 0.64 |
| Hex | 64 | E2 | BD | 38 | 0 | 10 | B | A2 | 44 | 40 |
| Octal | 144 | 342 | 275 | 70 | 0 | 20 | 13 | 242 | 104 | 100 |
| Binary | 1100100 | 11100010 | 10111101 | 111000 | 0 | 10000 | 1011 | 10100010 | 1000100 | 1000000 |
Color Harmonies of #64E2BD
Complementary color
Monochromatic Colors of #64E2BD
Black with #64E2BD
Text Example
Text Example
White with #64E2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E2BD; }
p { color: rgb(100,226,189); }
H1.HeaderClassName
{
color: #64E2BD;
}
.AnyTagClassName
{
color: #64E2BD;
}
</style>
background-color css
<style>
a { background-color: #64E2BD; }
a { background-color: rgb(100,226,189); }
div.DivClassName
{
background-color: #64E2BD;
}
.BgClassName
{
background-color: #64E2BD;
}
</style>
border-color css
<style>
span { border-color: #64E2BD; }
span { border-color: rgb(100,226,189); }
td.TdClassName
{
border-color: #64E2BD;
}
.TagClassName
{
border-color: #64E2BD;
}
</style>