Shades of Downy #64DFBE
Tints of Downy #64DFBE
RGB
CMYK
RGB Variations
Color information
#64DFBE (or 0x64DFBE) is known color: Downy. HEX triplet: 64, DF and BE. RGB value is (100,223,190). Sum of RGB (Red+Green+Blue) = 100+223+190=513 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.49% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DFBE is #9B2041. Grayscale: #B6B6B6. Windows color (decimal): -10166338 or 12509028. OLE color: 12509028.
HSL color Cylindrical-coordinate representation of color #64DFBE: hue angle of 163.9º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DFBE is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 223 | 190 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.13 |
| HSL | 163.9º | 0.66% | 0.63% | - |
| HSV(B) | 163.9º | 0.55% | 0.87% | - |
| XYZ | 40.94 | 59.2 | 57.98 | - |
| YUV | 182.46 | 132.25 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 190 | 0.55 | 0 | 0.15 | 0.13 | 163.9 | 0.66 | 0.63 |
| Hex | 64 | DF | BE | 37 | 0 | F | D | A4 | 42 | 3F |
| Octal | 144 | 337 | 276 | 67 | 0 | 17 | 15 | 244 | 102 | 77 |
| Binary | 1100100 | 11011111 | 10111110 | 110111 | 0 | 1111 | 1101 | 10100100 | 1000010 | 111111 |
Color Harmonies of #64DFBE
Complementary color
Monochromatic Colors of #64DFBE
Black with #64DFBE
Text Example
Text Example
White with #64DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DFBE; }
p { color: rgb(100,223,190); }
H1.HeaderClassName
{
color: #64DFBE;
}
.AnyTagClassName
{
color: #64DFBE;
}
</style>
background-color css
<style>
a { background-color: #64DFBE; }
a { background-color: rgb(100,223,190); }
div.DivClassName
{
background-color: #64DFBE;
}
.BgClassName
{
background-color: #64DFBE;
}
</style>
border-color css
<style>
span { border-color: #64DFBE; }
span { border-color: rgb(100,223,190); }
td.TdClassName
{
border-color: #64DFBE;
}
.TagClassName
{
border-color: #64DFBE;
}
</style>