Shades of Downy #64E0BB
Tints of Downy #64E0BB
RGB
CMYK
RGB Variations
Color information
#64E0BB (or 0x64E0BB) is known color: Downy. HEX triplet: 64, E0 and BB. RGB value is (100,224,187). Sum of RGB (Red+Green+Blue) = 100+224+187=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #64E0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E0BB is #9B1F44. Grayscale: #B6B6B6. Windows color (decimal): -10166085 or 12312676. OLE color: 12312676.
HSL color Cylindrical-coordinate representation of color #64E0BB: hue angle of 162.1º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64E0BB is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 224 | 187 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.12 |
| HSL | 162.1º | 0.67% | 0.64% | - |
| HSV(B) | 162.1º | 0.55% | 0.88% | - |
| XYZ | 40.88 | 59.61 | 56.36 | - |
| YUV | 182.71 | 130.42 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 224 | 187 | 0.55 | 0 | 0.17 | 0.12 | 162.1 | 0.67 | 0.64 |
| Hex | 64 | E0 | BB | 37 | 0 | 11 | C | A2 | 43 | 40 |
| Octal | 144 | 340 | 273 | 67 | 0 | 21 | 14 | 242 | 103 | 100 |
| Binary | 1100100 | 11100000 | 10111011 | 110111 | 0 | 10001 | 1100 | 10100010 | 1000011 | 1000000 |
Color Harmonies of #64E0BB
Complementary color
Monochromatic Colors of #64E0BB
Black with #64E0BB
Text Example
Text Example
White with #64E0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E0BB; }
p { color: rgb(100,224,187); }
H1.HeaderClassName
{
color: #64E0BB;
}
.AnyTagClassName
{
color: #64E0BB;
}
</style>
background-color css
<style>
a { background-color: #64E0BB; }
a { background-color: rgb(100,224,187); }
div.DivClassName
{
background-color: #64E0BB;
}
.BgClassName
{
background-color: #64E0BB;
}
</style>
border-color css
<style>
span { border-color: #64E0BB; }
span { border-color: rgb(100,224,187); }
td.TdClassName
{
border-color: #64E0BB;
}
.TagClassName
{
border-color: #64E0BB;
}
</style>