Shades of Downy #66DEC7
Tints of Downy #66DEC7
RGB
CMYK
RGB Variations
Color information
#66DEC7 (or 0x66DEC7) is known color: Downy. HEX triplet: 66, DE and C7. RGB value is (102,222,199). Sum of RGB (Red+Green+Blue) = 102+222+199=523 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.50% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #66DEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DEC7 is #992138. Grayscale: #B7B7B7. Windows color (decimal): -10035513 or 13098598. OLE color: 13098598.
HSL color Cylindrical-coordinate representation of color #66DEC7: hue angle of 168.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DEC7 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 222 | 199 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.13 |
| HSL | 168.5º | 0.65% | 0.64% | - |
| HSV(B) | 168.5º | 0.54% | 0.87% | - |
| XYZ | 41.91 | 59.19 | 63.25 | - |
| YUV | 183.5 | 136.74 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 222 | 199 | 0.54 | 0 | 0.10 | 0.13 | 168.5 | 0.65 | 0.64 |
| Hex | 66 | DE | C7 | 36 | 0 | A | D | A8 | 41 | 40 |
| Octal | 146 | 336 | 307 | 66 | 0 | 12 | 15 | 250 | 101 | 100 |
| Binary | 1100110 | 11011110 | 11000111 | 110110 | 0 | 1010 | 1101 | 10101000 | 1000001 | 1000000 |
Color Harmonies of #66DEC7
Complementary color
Monochromatic Colors of #66DEC7
Black with #66DEC7
Text Example
Text Example
White with #66DEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DEC7; }
p { color: rgb(102,222,199); }
H1.HeaderClassName
{
color: #66DEC7;
}
.AnyTagClassName
{
color: #66DEC7;
}
</style>
background-color css
<style>
a { background-color: #66DEC7; }
a { background-color: rgb(102,222,199); }
div.DivClassName
{
background-color: #66DEC7;
}
.BgClassName
{
background-color: #66DEC7;
}
</style>
border-color css
<style>
span { border-color: #66DEC7; }
span { border-color: rgb(102,222,199); }
td.TdClassName
{
border-color: #66DEC7;
}
.TagClassName
{
border-color: #66DEC7;
}
</style>