Shades of Downy #64DBBB
Tints of Downy #64DBBB
RGB
CMYK
RGB Variations
Color information
#64DBBB (or 0x64DBBB) is known color: Downy. HEX triplet: 64, DB and BB. RGB value is (100,219,187). Sum of RGB (Red+Green+Blue) = 100+219+187=506 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.76% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #64DBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DBBB is #9B2444. Grayscale: #B3B3B3. Windows color (decimal): -10167365 or 12311396. OLE color: 12311396.
HSL color Cylindrical-coordinate representation of color #64DBBB: hue angle of 163.87º 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 #64DBBB is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 187 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.14 |
| HSL | 163.87º | 0.62% | 0.63% | - |
| HSV(B) | 163.87º | 0.54% | 0.86% | - |
| XYZ | 39.56 | 56.96 | 55.92 | - |
| YUV | 179.77 | 132.08 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 187 | 0.54 | 0 | 0.15 | 0.14 | 163.87 | 0.62 | 0.63 |
| Hex | 64 | DB | BB | 36 | 0 | F | E | A4 | 3E | 3F |
| Octal | 144 | 333 | 273 | 66 | 0 | 17 | 16 | 244 | 76 | 77 |
| Binary | 1100100 | 11011011 | 10111011 | 110110 | 0 | 1111 | 1110 | 10100100 | 111110 | 111111 |
Color Harmonies of #64DBBB
Complementary color
Monochromatic Colors of #64DBBB
Black with #64DBBB
Text Example
Text Example
White with #64DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DBBB; }
p { color: rgb(100,219,187); }
H1.HeaderClassName
{
color: #64DBBB;
}
.AnyTagClassName
{
color: #64DBBB;
}
</style>
background-color css
<style>
a { background-color: #64DBBB; }
a { background-color: rgb(100,219,187); }
div.DivClassName
{
background-color: #64DBBB;
}
.BgClassName
{
background-color: #64DBBB;
}
</style>
border-color css
<style>
span { border-color: #64DBBB; }
span { border-color: rgb(100,219,187); }
td.TdClassName
{
border-color: #64DBBB;
}
.TagClassName
{
border-color: #64DBBB;
}
</style>