Shades of Downy #66DCCD
Tints of Downy #66DCCD
RGB
CMYK
RGB Variations
Color information
#66DCCD (or 0x66DCCD) is known color: Downy. HEX triplet: 66, DC and CD. RGB value is (102,220,205). Sum of RGB (Red+Green+Blue) = 102+220+205=527 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.35% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #66DCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DCCD is #992332. Grayscale: #B6B6B6. Windows color (decimal): -10036019 or 13491302. OLE color: 13491302.
HSL color Cylindrical-coordinate representation of color #66DCCD: hue angle of 172.37º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DCCD is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 220 | 205 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.14 |
| HSL | 172.37º | 0.63% | 0.63% | - |
| HSV(B) | 172.37º | 0.54% | 0.86% | - |
| XYZ | 42.09 | 58.42 | 66.82 | - |
| YUV | 183.01 | 140.41 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 220 | 205 | 0.54 | 0 | 0.07 | 0.14 | 172.37 | 0.63 | 0.63 |
| Hex | 66 | DC | CD | 36 | 0 | 7 | E | AC | 3F | 3F |
| Octal | 146 | 334 | 315 | 66 | 0 | 7 | 16 | 254 | 77 | 77 |
| Binary | 1100110 | 11011100 | 11001101 | 110110 | 0 | 111 | 1110 | 10101100 | 111111 | 111111 |
Color Harmonies of #66DCCD
Complementary color
Monochromatic Colors of #66DCCD
Black with #66DCCD
Text Example
Text Example
White with #66DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DCCD; }
p { color: rgb(102,220,205); }
H1.HeaderClassName
{
color: #66DCCD;
}
.AnyTagClassName
{
color: #66DCCD;
}
</style>
background-color css
<style>
a { background-color: #66DCCD; }
a { background-color: rgb(102,220,205); }
div.DivClassName
{
background-color: #66DCCD;
}
.BgClassName
{
background-color: #66DCCD;
}
</style>
border-color css
<style>
span { border-color: #66DCCD; }
span { border-color: rgb(102,220,205); }
td.TdClassName
{
border-color: #66DCCD;
}
.TagClassName
{
border-color: #66DCCD;
}
</style>