Shades of Downy #66D9C7
Tints of Downy #66D9C7
RGB
CMYK
RGB Variations
Color information
#66D9C7 (or 0x66D9C7) is known color: Downy. HEX triplet: 66, D9 and C7. RGB value is (102,217,199). Sum of RGB (Red+Green+Blue) = 102+217+199=518 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.69% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #66D9C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D9C7 is #992638. Grayscale: #B4B4B4. Windows color (decimal): -10036793 or 13097318. OLE color: 13097318.
HSL color Cylindrical-coordinate representation of color #66D9C7: hue angle of 170.61º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D9C7 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 217 | 199 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.15 |
| HSL | 170.61º | 0.6% | 0.63% | - |
| HSV(B) | 170.61º | 0.53% | 0.85% | - |
| XYZ | 40.6 | 56.57 | 62.81 | - |
| YUV | 180.56 | 138.4 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 217 | 199 | 0.53 | 0 | 0.08 | 0.15 | 170.61 | 0.6 | 0.63 |
| Hex | 66 | D9 | C7 | 35 | 0 | 8 | F | AB | 3C | 3F |
| Octal | 146 | 331 | 307 | 65 | 0 | 10 | 17 | 253 | 74 | 77 |
| Binary | 1100110 | 11011001 | 11000111 | 110101 | 0 | 1000 | 1111 | 10101011 | 111100 | 111111 |
Color Harmonies of #66D9C7
Complementary color
Monochromatic Colors of #66D9C7
Black with #66D9C7
Text Example
Text Example
White with #66D9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D9C7; }
p { color: rgb(102,217,199); }
H1.HeaderClassName
{
color: #66D9C7;
}
.AnyTagClassName
{
color: #66D9C7;
}
</style>
background-color css
<style>
a { background-color: #66D9C7; }
a { background-color: rgb(102,217,199); }
div.DivClassName
{
background-color: #66D9C7;
}
.BgClassName
{
background-color: #66D9C7;
}
</style>
border-color css
<style>
span { border-color: #66D9C7; }
span { border-color: rgb(102,217,199); }
td.TdClassName
{
border-color: #66D9C7;
}
.TagClassName
{
border-color: #66D9C7;
}
</style>