Shades of Downy #66DAC8
Tints of Downy #66DAC8
RGB
CMYK
RGB Variations
Color information
#66DAC8 (or 0x66DAC8) is known color: Downy. HEX triplet: 66, DA and C8. RGB value is (102,218,200). Sum of RGB (Red+Green+Blue) = 102+218+200=520 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.62% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #66DAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DAC8 is #992537. Grayscale: #B5B5B5. Windows color (decimal): -10036536 or 13163110. OLE color: 13163110.
HSL color Cylindrical-coordinate representation of color #66DAC8: hue angle of 170.69º degrees, saturation: 0.61, 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 #66DAC8 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 218 | 200 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.15 |
| HSL | 170.69º | 0.61% | 0.63% | - |
| HSV(B) | 170.69º | 0.53% | 0.85% | - |
| XYZ | 40.98 | 57.14 | 63.51 | - |
| YUV | 181.26 | 138.57 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 218 | 200 | 0.53 | 0 | 0.08 | 0.15 | 170.69 | 0.61 | 0.63 |
| Hex | 66 | DA | C8 | 35 | 0 | 8 | F | AB | 3D | 3F |
| Octal | 146 | 332 | 310 | 65 | 0 | 10 | 17 | 253 | 75 | 77 |
| Binary | 1100110 | 11011010 | 11001000 | 110101 | 0 | 1000 | 1111 | 10101011 | 111101 | 111111 |
Color Harmonies of #66DAC8
Complementary color
Monochromatic Colors of #66DAC8
Black with #66DAC8
Text Example
Text Example
White with #66DAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DAC8; }
p { color: rgb(102,218,200); }
H1.HeaderClassName
{
color: #66DAC8;
}
.AnyTagClassName
{
color: #66DAC8;
}
</style>
background-color css
<style>
a { background-color: #66DAC8; }
a { background-color: rgb(102,218,200); }
div.DivClassName
{
background-color: #66DAC8;
}
.BgClassName
{
background-color: #66DAC8;
}
</style>
border-color css
<style>
span { border-color: #66DAC8; }
span { border-color: rgb(102,218,200); }
td.TdClassName
{
border-color: #66DAC8;
}
.TagClassName
{
border-color: #66DAC8;
}
</style>