Shades of Downy #66DDC5
Tints of Downy #66DDC5
RGB
CMYK
RGB Variations
Color information
#66DDC5 (or 0x66DDC5) is known color: Downy. HEX triplet: 66, DD and C5. RGB value is (102,221,197). Sum of RGB (Red+Green+Blue) = 102+221+197=520 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.62% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDC5 is #99223A. Grayscale: #B6B6B6. Windows color (decimal): -10035771 or 12967270. OLE color: 12967270.
HSL color Cylindrical-coordinate representation of color #66DDC5: hue angle of 167.9º 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 #66DDC5 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 221 | 197 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.13 |
| HSL | 167.9º | 0.64% | 0.63% | - |
| HSV(B) | 167.9º | 0.54% | 0.87% | - |
| XYZ | 41.41 | 58.57 | 61.95 | - |
| YUV | 182.68 | 136.08 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 197 | 0.54 | 0 | 0.11 | 0.13 | 167.9 | 0.64 | 0.63 |
| Hex | 66 | DD | C5 | 36 | 0 | B | D | A8 | 40 | 3F |
| Octal | 146 | 335 | 305 | 66 | 0 | 13 | 15 | 250 | 100 | 77 |
| Binary | 1100110 | 11011101 | 11000101 | 110110 | 0 | 1011 | 1101 | 10101000 | 1000000 | 111111 |
Color Harmonies of #66DDC5
Complementary color
Monochromatic Colors of #66DDC5
Black with #66DDC5
Text Example
Text Example
White with #66DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DDC5; }
p { color: rgb(102,221,197); }
H1.HeaderClassName
{
color: #66DDC5;
}
.AnyTagClassName
{
color: #66DDC5;
}
</style>
background-color css
<style>
a { background-color: #66DDC5; }
a { background-color: rgb(102,221,197); }
div.DivClassName
{
background-color: #66DDC5;
}
.BgClassName
{
background-color: #66DDC5;
}
</style>
border-color css
<style>
span { border-color: #66DDC5; }
span { border-color: rgb(102,221,197); }
td.TdClassName
{
border-color: #66DDC5;
}
.TagClassName
{
border-color: #66DDC5;
}
</style>