Shades of Downy #66DFB9
Tints of Downy #66DFB9
RGB
CMYK
RGB Variations
Color information
#66DFB9 (or 0x66DFB9) is known color: Downy. HEX triplet: 66, DF and B9. RGB value is (102,223,185). Sum of RGB (Red+Green+Blue) = 102+223+185=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #66DFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DFB9 is #992046. Grayscale: #B6B6B6. Windows color (decimal): -10035271 or 12181350. OLE color: 12181350.
HSL color Cylindrical-coordinate representation of color #66DFB9: hue angle of 161.16º 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 #66DFB9 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 185 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.13 |
| HSL | 161.16º | 0.65% | 0.64% | - |
| HSV(B) | 161.16º | 0.54% | 0.87% | - |
| XYZ | 40.62 | 59.1 | 55.17 | - |
| YUV | 182.49 | 129.41 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 185 | 0.54 | 0 | 0.17 | 0.13 | 161.16 | 0.65 | 0.64 |
| Hex | 66 | DF | B9 | 36 | 0 | 11 | D | A1 | 41 | 40 |
| Octal | 146 | 337 | 271 | 66 | 0 | 21 | 15 | 241 | 101 | 100 |
| Binary | 1100110 | 11011111 | 10111001 | 110110 | 0 | 10001 | 1101 | 10100001 | 1000001 | 1000000 |
Color Harmonies of #66DFB9
Complementary color
Monochromatic Colors of #66DFB9
Black with #66DFB9
Text Example
Text Example
White with #66DFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DFB9; }
p { color: rgb(102,223,185); }
H1.HeaderClassName
{
color: #66DFB9;
}
.AnyTagClassName
{
color: #66DFB9;
}
</style>
background-color css
<style>
a { background-color: #66DFB9; }
a { background-color: rgb(102,223,185); }
div.DivClassName
{
background-color: #66DFB9;
}
.BgClassName
{
background-color: #66DFB9;
}
</style>
border-color css
<style>
span { border-color: #66DFB9; }
span { border-color: rgb(102,223,185); }
td.TdClassName
{
border-color: #66DFB9;
}
.TagClassName
{
border-color: #66DFB9;
}
</style>