Shades of Downy #66D9C0
Tints of Downy #66D9C0
RGB
CMYK
RGB Variations
Color information
#66D9C0 (or 0x66D9C0) is known color: Downy. HEX triplet: 66, D9 and C0. RGB value is (102,217,192). Sum of RGB (Red+Green+Blue) = 102+217+192=511 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.96% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #66D9C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D9C0 is #99263F. Grayscale: #B3B3B3. Windows color (decimal): -10036800 or 12638566. OLE color: 12638566.
HSL color Cylindrical-coordinate representation of color #66D9C0: hue angle of 166.96º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D9C0 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 217 | 192 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.15 |
| HSL | 166.96º | 0.6% | 0.63% | - |
| HSV(B) | 166.96º | 0.53% | 0.85% | - |
| XYZ | 39.81 | 56.26 | 58.63 | - |
| YUV | 179.77 | 134.9 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 217 | 192 | 0.53 | 0 | 0.12 | 0.15 | 166.96 | 0.6 | 0.63 |
| Hex | 66 | D9 | C0 | 35 | 0 | C | F | A7 | 3C | 3F |
| Octal | 146 | 331 | 300 | 65 | 0 | 14 | 17 | 247 | 74 | 77 |
| Binary | 1100110 | 11011001 | 11000000 | 110101 | 0 | 1100 | 1111 | 10100111 | 111100 | 111111 |
Color Harmonies of #66D9C0
Complementary color
Monochromatic Colors of #66D9C0
Black with #66D9C0
Text Example
Text Example
White with #66D9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D9C0; }
p { color: rgb(102,217,192); }
H1.HeaderClassName
{
color: #66D9C0;
}
.AnyTagClassName
{
color: #66D9C0;
}
</style>
background-color css
<style>
a { background-color: #66D9C0; }
a { background-color: rgb(102,217,192); }
div.DivClassName
{
background-color: #66D9C0;
}
.BgClassName
{
background-color: #66D9C0;
}
</style>
border-color css
<style>
span { border-color: #66D9C0; }
span { border-color: rgb(102,217,192); }
td.TdClassName
{
border-color: #66D9C0;
}
.TagClassName
{
border-color: #66D9C0;
}
</style>