Shades of Downy #64DFBA
Tints of Downy #64DFBA
RGB
CMYK
RGB Variations
Color information
#64DFBA (or 0x64DFBA) is known color: Downy. HEX triplet: 64, DF and BA. RGB value is (100,223,186). Sum of RGB (Red+Green+Blue) = 100+223+186=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DFBA is #9B2045. Grayscale: #B6B6B6. Windows color (decimal): -10166342 or 12246884. OLE color: 12246884.
HSL color Cylindrical-coordinate representation of color #64DFBA: hue angle of 161.95º 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 #64DFBA is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 223 | 186 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.13 |
| HSL | 161.95º | 0.66% | 0.63% | - |
| HSV(B) | 161.95º | 0.55% | 0.87% | - |
| XYZ | 40.51 | 59.03 | 55.71 | - |
| YUV | 182.01 | 130.25 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 186 | 0.55 | 0 | 0.17 | 0.13 | 161.95 | 0.66 | 0.63 |
| Hex | 64 | DF | BA | 37 | 0 | 11 | D | A2 | 42 | 3F |
| Octal | 144 | 337 | 272 | 67 | 0 | 21 | 15 | 242 | 102 | 77 |
| Binary | 1100100 | 11011111 | 10111010 | 110111 | 0 | 10001 | 1101 | 10100010 | 1000010 | 111111 |
Color Harmonies of #64DFBA
Complementary color
Monochromatic Colors of #64DFBA
Black with #64DFBA
Text Example
Text Example
White with #64DFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DFBA; }
p { color: rgb(100,223,186); }
H1.HeaderClassName
{
color: #64DFBA;
}
.AnyTagClassName
{
color: #64DFBA;
}
</style>
background-color css
<style>
a { background-color: #64DFBA; }
a { background-color: rgb(100,223,186); }
div.DivClassName
{
background-color: #64DFBA;
}
.BgClassName
{
background-color: #64DFBA;
}
</style>
border-color css
<style>
span { border-color: #64DFBA; }
span { border-color: rgb(100,223,186); }
td.TdClassName
{
border-color: #64DFBA;
}
.TagClassName
{
border-color: #64DFBA;
}
</style>