Shades of Downy #66DDB7
Tints of Downy #66DDB7
RGB
CMYK
RGB Variations
Color information
#66DDB7 (or 0x66DDB7) is known color: Downy. HEX triplet: 66, DD and B7. RGB value is (102,221,183). Sum of RGB (Red+Green+Blue) = 102+221+183=506 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.16% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDB7 is #992248. Grayscale: #B5B5B5. Windows color (decimal): -10035785 or 12049766. OLE color: 12049766.
HSL color Cylindrical-coordinate representation of color #66DDB7: hue angle of 160.84º 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 #66DDB7 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 221 | 183 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.13 |
| HSL | 160.84º | 0.64% | 0.63% | - |
| HSV(B) | 160.84º | 0.54% | 0.87% | - |
| XYZ | 39.88 | 57.96 | 53.88 | - |
| YUV | 181.09 | 129.08 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 183 | 0.54 | 0 | 0.17 | 0.13 | 160.84 | 0.64 | 0.63 |
| Hex | 66 | DD | B7 | 36 | 0 | 11 | D | A1 | 40 | 3F |
| Octal | 146 | 335 | 267 | 66 | 0 | 21 | 15 | 241 | 100 | 77 |
| Binary | 1100110 | 11011101 | 10110111 | 110110 | 0 | 10001 | 1101 | 10100001 | 1000000 | 111111 |
Color Harmonies of #66DDB7
Complementary color
Monochromatic Colors of #66DDB7
Black with #66DDB7
Text Example
Text Example
White with #66DDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DDB7; }
p { color: rgb(102,221,183); }
H1.HeaderClassName
{
color: #66DDB7;
}
.AnyTagClassName
{
color: #66DDB7;
}
</style>
background-color css
<style>
a { background-color: #66DDB7; }
a { background-color: rgb(102,221,183); }
div.DivClassName
{
background-color: #66DDB7;
}
.BgClassName
{
background-color: #66DDB7;
}
</style>
border-color css
<style>
span { border-color: #66DDB7; }
span { border-color: rgb(102,221,183); }
td.TdClassName
{
border-color: #66DDB7;
}
.TagClassName
{
border-color: #66DDB7;
}
</style>