Shades of Downy #66DFD0
Tints of Downy #66DFD0
RGB
CMYK
RGB Variations
Color information
#66DFD0 (or 0x66DFD0) is known color: Downy. HEX triplet: 66, DF and D0. RGB value is (102,223,208). Sum of RGB (Red+Green+Blue) = 102+223+208=533 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.14% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #66DFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DFD0 is #99202F. Grayscale: #B9B9B9. Windows color (decimal): -10035248 or 13688678. OLE color: 13688678.
HSL color Cylindrical-coordinate representation of color #66DFD0: hue angle of 172.56º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DFD0 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 208 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.13 |
| HSL | 172.56º | 0.65% | 0.64% | - |
| HSV(B) | 172.56º | 0.54% | 0.87% | - |
| XYZ | 43.25 | 60.15 | 69.01 | - |
| YUV | 185.11 | 140.91 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 208 | 0.54 | 0 | 0.07 | 0.13 | 172.56 | 0.65 | 0.64 |
| Hex | 66 | DF | D0 | 36 | 0 | 7 | D | AD | 41 | 40 |
| Octal | 146 | 337 | 320 | 66 | 0 | 7 | 15 | 255 | 101 | 100 |
| Binary | 1100110 | 11011111 | 11010000 | 110110 | 0 | 111 | 1101 | 10101101 | 1000001 | 1000000 |
Color Harmonies of #66DFD0
Complementary color
Monochromatic Colors of #66DFD0
Black with #66DFD0
Text Example
Text Example
White with #66DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DFD0; }
p { color: rgb(102,223,208); }
H1.HeaderClassName
{
color: #66DFD0;
}
.AnyTagClassName
{
color: #66DFD0;
}
</style>
background-color css
<style>
a { background-color: #66DFD0; }
a { background-color: rgb(102,223,208); }
div.DivClassName
{
background-color: #66DFD0;
}
.BgClassName
{
background-color: #66DFD0;
}
</style>
border-color css
<style>
span { border-color: #66DFD0; }
span { border-color: rgb(102,223,208); }
td.TdClassName
{
border-color: #66DFD0;
}
.TagClassName
{
border-color: #66DFD0;
}
</style>