Shades of Downy #66DDBD
Tints of Downy #66DDBD
RGB
CMYK
RGB Variations
Color information
#66DDBD (or 0x66DDBD) is known color: Downy. HEX triplet: 66, DD and BD. RGB value is (102,221,189). Sum of RGB (Red+Green+Blue) = 102+221+189=512 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.92% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDBD is #992242. Grayscale: #B5B5B5. Windows color (decimal): -10035779 or 12442982. OLE color: 12442982.
HSL color Cylindrical-coordinate representation of color #66DDBD: hue angle of 163.87º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DDBD is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 221 | 189 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.13 |
| HSL | 163.87º | 0.64% | 0.63% | - |
| HSV(B) | 163.87º | 0.54% | 0.87% | - |
| XYZ | 40.52 | 58.21 | 57.24 | - |
| YUV | 181.77 | 132.08 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 189 | 0.54 | 0 | 0.14 | 0.13 | 163.87 | 0.64 | 0.63 |
| Hex | 66 | DD | BD | 36 | 0 | E | D | A4 | 40 | 3F |
| Octal | 146 | 335 | 275 | 66 | 0 | 16 | 15 | 244 | 100 | 77 |
| Binary | 1100110 | 11011101 | 10111101 | 110110 | 0 | 1110 | 1101 | 10100100 | 1000000 | 111111 |
Color Harmonies of #66DDBD
Complementary color
Monochromatic Colors of #66DDBD
Black with #66DDBD
Text Example
Text Example
White with #66DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DDBD; }
p { color: rgb(102,221,189); }
H1.HeaderClassName
{
color: #66DDBD;
}
.AnyTagClassName
{
color: #66DDBD;
}
</style>
background-color css
<style>
a { background-color: #66DDBD; }
a { background-color: rgb(102,221,189); }
div.DivClassName
{
background-color: #66DDBD;
}
.BgClassName
{
background-color: #66DDBD;
}
</style>
border-color css
<style>
span { border-color: #66DDBD; }
span { border-color: rgb(102,221,189); }
td.TdClassName
{
border-color: #66DDBD;
}
.TagClassName
{
border-color: #66DDBD;
}
</style>