Shades of Downy #66DEC5
Tints of Downy #66DEC5
RGB
CMYK
RGB Variations
Color information
#66DEC5 (or 0x66DEC5) is known color: Downy. HEX triplet: 66, DE and C5. RGB value is (102,222,197). Sum of RGB (Red+Green+Blue) = 102+222+197=521 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.58% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #66DEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DEC5 is #99213A. Grayscale: #B7B7B7. Windows color (decimal): -10035515 or 12967526. OLE color: 12967526.
HSL color Cylindrical-coordinate representation of color #66DEC5: hue angle of 167.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 #66DEC5 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 222 | 197 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.13 |
| HSL | 167.5º | 0.65% | 0.64% | - |
| HSV(B) | 167.5º | 0.54% | 0.87% | - |
| XYZ | 41.68 | 59.1 | 62.03 | - |
| YUV | 183.27 | 135.74 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 222 | 197 | 0.54 | 0 | 0.11 | 0.13 | 167.5 | 0.65 | 0.64 |
| Hex | 66 | DE | C5 | 36 | 0 | B | D | A8 | 41 | 40 |
| Octal | 146 | 336 | 305 | 66 | 0 | 13 | 15 | 250 | 101 | 100 |
| Binary | 1100110 | 11011110 | 11000101 | 110110 | 0 | 1011 | 1101 | 10101000 | 1000001 | 1000000 |
Color Harmonies of #66DEC5
Complementary color
Monochromatic Colors of #66DEC5
Black with #66DEC5
Text Example
Text Example
White with #66DEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DEC5; }
p { color: rgb(102,222,197); }
H1.HeaderClassName
{
color: #66DEC5;
}
.AnyTagClassName
{
color: #66DEC5;
}
</style>
background-color css
<style>
a { background-color: #66DEC5; }
a { background-color: rgb(102,222,197); }
div.DivClassName
{
background-color: #66DEC5;
}
.BgClassName
{
background-color: #66DEC5;
}
</style>
border-color css
<style>
span { border-color: #66DEC5; }
span { border-color: rgb(102,222,197); }
td.TdClassName
{
border-color: #66DEC5;
}
.TagClassName
{
border-color: #66DEC5;
}
</style>