Shades of Downy #66DDCB
Tints of Downy #66DDCB
RGB
CMYK
RGB Variations
Color information
#66DDCB (or 0x66DDCB) is known color: Downy. HEX triplet: 66, DD and CB. RGB value is (102,221,203). Sum of RGB (Red+Green+Blue) = 102+221+203=526 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.39% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDCB is #992234. Grayscale: #B7B7B7. Windows color (decimal): -10035765 or 13360486. OLE color: 13360486.
HSL color Cylindrical-coordinate representation of color #66DDCB: hue angle of 170.92º 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 #66DDCB is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 221 | 203 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.13 |
| HSL | 170.92º | 0.64% | 0.63% | - |
| HSV(B) | 170.92º | 0.54% | 0.87% | - |
| XYZ | 42.12 | 58.85 | 65.64 | - |
| YUV | 183.37 | 139.08 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 203 | 0.54 | 0 | 0.08 | 0.13 | 170.92 | 0.64 | 0.63 |
| Hex | 66 | DD | CB | 36 | 0 | 8 | D | AB | 40 | 3F |
| Octal | 146 | 335 | 313 | 66 | 0 | 10 | 15 | 253 | 100 | 77 |
| Binary | 1100110 | 11011101 | 11001011 | 110110 | 0 | 1000 | 1101 | 10101011 | 1000000 | 111111 |
Color Harmonies of #66DDCB
Complementary color
Monochromatic Colors of #66DDCB
Black with #66DDCB
Text Example
Text Example
White with #66DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DDCB; }
p { color: rgb(102,221,203); }
H1.HeaderClassName
{
color: #66DDCB;
}
.AnyTagClassName
{
color: #66DDCB;
}
</style>
background-color css
<style>
a { background-color: #66DDCB; }
a { background-color: rgb(102,221,203); }
div.DivClassName
{
background-color: #66DDCB;
}
.BgClassName
{
background-color: #66DDCB;
}
</style>
border-color css
<style>
span { border-color: #66DDCB; }
span { border-color: rgb(102,221,203); }
td.TdClassName
{
border-color: #66DDCB;
}
.TagClassName
{
border-color: #66DDCB;
}
</style>