Shades of Downy #66D8C0
Tints of Downy #66D8C0
RGB
CMYK
RGB Variations
Color information
#66D8C0 (or 0x66D8C0) is known color: Downy. HEX triplet: 66, D8 and C0. RGB value is (102,216,192). Sum of RGB (Red+Green+Blue) = 102+216+192=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 216 - color contains mainly: green. Hex color #66D8C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D8C0 is #99273F. Grayscale: #B3B3B3. Windows color (decimal): -10037056 or 12638310. OLE color: 12638310.
HSL color Cylindrical-coordinate representation of color #66D8C0: hue angle of 167.37º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D8C0 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 216 | 192 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.15 |
| HSL | 167.37º | 0.59% | 0.62% | - |
| HSV(B) | 167.37º | 0.53% | 0.85% | - |
| XYZ | 39.55 | 55.74 | 58.54 | - |
| YUV | 179.18 | 135.23 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 216 | 192 | 0.53 | 0 | 0.11 | 0.15 | 167.37 | 0.59 | 0.62 |
| Hex | 66 | D8 | C0 | 35 | 0 | B | F | A7 | 3B | 3E |
| Octal | 146 | 330 | 300 | 65 | 0 | 13 | 17 | 247 | 73 | 76 |
| Binary | 1100110 | 11011000 | 11000000 | 110101 | 0 | 1011 | 1111 | 10100111 | 111011 | 111110 |
Color Harmonies of #66D8C0
Complementary color
Monochromatic Colors of #66D8C0
Black with #66D8C0
Text Example
Text Example
White with #66D8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D8C0; }
p { color: rgb(102,216,192); }
H1.HeaderClassName
{
color: #66D8C0;
}
.AnyTagClassName
{
color: #66D8C0;
}
</style>
background-color css
<style>
a { background-color: #66D8C0; }
a { background-color: rgb(102,216,192); }
div.DivClassName
{
background-color: #66D8C0;
}
.BgClassName
{
background-color: #66D8C0;
}
</style>
border-color css
<style>
span { border-color: #66D8C0; }
span { border-color: rgb(102,216,192); }
td.TdClassName
{
border-color: #66D8C0;
}
.TagClassName
{
border-color: #66D8C0;
}
</style>