Shades of Downy #66DCC2
Tints of Downy #66DCC2
RGB
CMYK
RGB Variations
Color information
#66DCC2 (or 0x66DCC2) is known color: Downy. HEX triplet: 66, DC and C2. RGB value is (102,220,194). Sum of RGB (Red+Green+Blue) = 102+220+194=516 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.77% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #66DCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DCC2 is #99233D. Grayscale: #B5B5B5. Windows color (decimal): -10036030 or 12770406. OLE color: 12770406.
HSL color Cylindrical-coordinate representation of color #66DCC2: hue angle of 166.78º 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 #66DCC2 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 220 | 194 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.14 |
| HSL | 166.78º | 0.63% | 0.63% | - |
| HSV(B) | 166.78º | 0.54% | 0.86% | - |
| XYZ | 40.81 | 57.91 | 60.07 | - |
| YUV | 181.75 | 134.91 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 220 | 194 | 0.54 | 0 | 0.12 | 0.14 | 166.78 | 0.63 | 0.63 |
| Hex | 66 | DC | C2 | 36 | 0 | C | E | A7 | 3F | 3F |
| Octal | 146 | 334 | 302 | 66 | 0 | 14 | 16 | 247 | 77 | 77 |
| Binary | 1100110 | 11011100 | 11000010 | 110110 | 0 | 1100 | 1110 | 10100111 | 111111 | 111111 |
Color Harmonies of #66DCC2
Complementary color
Monochromatic Colors of #66DCC2
Black with #66DCC2
Text Example
Text Example
White with #66DCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DCC2; }
p { color: rgb(102,220,194); }
H1.HeaderClassName
{
color: #66DCC2;
}
.AnyTagClassName
{
color: #66DCC2;
}
</style>
background-color css
<style>
a { background-color: #66DCC2; }
a { background-color: rgb(102,220,194); }
div.DivClassName
{
background-color: #66DCC2;
}
.BgClassName
{
background-color: #66DCC2;
}
</style>
border-color css
<style>
span { border-color: #66DCC2; }
span { border-color: rgb(102,220,194); }
td.TdClassName
{
border-color: #66DCC2;
}
.TagClassName
{
border-color: #66DCC2;
}
</style>