Shades of Downy #66DED0
Tints of Downy #66DED0
RGB
CMYK
RGB Variations
Color information
#66DED0 (or 0x66DED0) is known color: Downy. HEX triplet: 66, DE and D0. RGB value is (102,222,208). Sum of RGB (Red+Green+Blue) = 102+222+208=532 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.17% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #66DED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DED0 is #99212F. Grayscale: #B8B8B8. Windows color (decimal): -10035504 or 13688422. OLE color: 13688422.
HSL color Cylindrical-coordinate representation of color #66DED0: hue angle of 173º 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 #66DED0 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 222 | 208 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.13 |
| HSL | 173º | 0.65% | 0.64% | - |
| HSV(B) | 173º | 0.54% | 0.87% | - |
| XYZ | 42.99 | 59.62 | 68.92 | - |
| YUV | 184.52 | 141.24 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 222 | 208 | 0.54 | 0 | 0.06 | 0.13 | 173 | 0.65 | 0.64 |
| Hex | 66 | DE | D0 | 36 | 0 | 6 | D | AD | 41 | 40 |
| Octal | 146 | 336 | 320 | 66 | 0 | 6 | 15 | 255 | 101 | 100 |
| Binary | 1100110 | 11011110 | 11010000 | 110110 | 0 | 110 | 1101 | 10101101 | 1000001 | 1000000 |
Color Harmonies of #66DED0
Complementary color
Monochromatic Colors of #66DED0
Black with #66DED0
Text Example
Text Example
White with #66DED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DED0; }
p { color: rgb(102,222,208); }
H1.HeaderClassName
{
color: #66DED0;
}
.AnyTagClassName
{
color: #66DED0;
}
</style>
background-color css
<style>
a { background-color: #66DED0; }
a { background-color: rgb(102,222,208); }
div.DivClassName
{
background-color: #66DED0;
}
.BgClassName
{
background-color: #66DED0;
}
</style>
border-color css
<style>
span { border-color: #66DED0; }
span { border-color: rgb(102,222,208); }
td.TdClassName
{
border-color: #66DED0;
}
.TagClassName
{
border-color: #66DED0;
}
</style>