Shades of Downy #64DBBE
Tints of Downy #64DBBE
RGB
CMYK
RGB Variations
Color information
#64DBBE (or 0x64DBBE) is known color: Downy. HEX triplet: 64, DB and BE. RGB value is (100,219,190). Sum of RGB (Red+Green+Blue) = 100+219+190=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #64DBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DBBE is #9B2441. Grayscale: #B4B4B4. Windows color (decimal): -10167362 or 12508004. OLE color: 12508004.
HSL color Cylindrical-coordinate representation of color #64DBBE: hue angle of 165.38º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DBBE is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 190 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.14 |
| HSL | 165.38º | 0.62% | 0.63% | - |
| HSV(B) | 165.38º | 0.54% | 0.86% | - |
| XYZ | 39.88 | 57.09 | 57.63 | - |
| YUV | 180.11 | 133.58 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 190 | 0.54 | 0 | 0.13 | 0.14 | 165.38 | 0.62 | 0.63 |
| Hex | 64 | DB | BE | 36 | 0 | D | E | A5 | 3E | 3F |
| Octal | 144 | 333 | 276 | 66 | 0 | 15 | 16 | 245 | 76 | 77 |
| Binary | 1100100 | 11011011 | 10111110 | 110110 | 0 | 1101 | 1110 | 10100101 | 111110 | 111111 |
Color Harmonies of #64DBBE
Complementary color
Monochromatic Colors of #64DBBE
Black with #64DBBE
Text Example
Text Example
White with #64DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DBBE; }
p { color: rgb(100,219,190); }
H1.HeaderClassName
{
color: #64DBBE;
}
.AnyTagClassName
{
color: #64DBBE;
}
</style>
background-color css
<style>
a { background-color: #64DBBE; }
a { background-color: rgb(100,219,190); }
div.DivClassName
{
background-color: #64DBBE;
}
.BgClassName
{
background-color: #64DBBE;
}
</style>
border-color css
<style>
span { border-color: #64DBBE; }
span { border-color: rgb(100,219,190); }
td.TdClassName
{
border-color: #64DBBE;
}
.TagClassName
{
border-color: #64DBBE;
}
</style>