Shades of Downy #66D9C2
Tints of Downy #66D9C2
RGB
CMYK
RGB Variations
Color information
#66D9C2 (or 0x66D9C2) is known color: Downy. HEX triplet: 66, D9 and C2. RGB value is (102,217,194). Sum of RGB (Red+Green+Blue) = 102+217+194=513 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.88% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #66D9C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D9C2 is #99263D. Grayscale: #B3B3B3. Windows color (decimal): -10036798 or 12769638. OLE color: 12769638.
HSL color Cylindrical-coordinate representation of color #66D9C2: hue angle of 168º 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 #66D9C2 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 217 | 194 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.15 |
| HSL | 168º | 0.6% | 0.63% | - |
| HSV(B) | 168º | 0.53% | 0.85% | - |
| XYZ | 40.03 | 56.35 | 59.8 | - |
| YUV | 179.99 | 135.9 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 217 | 194 | 0.53 | 0 | 0.11 | 0.15 | 168 | 0.6 | 0.63 |
| Hex | 66 | D9 | C2 | 35 | 0 | B | F | A8 | 3C | 3F |
| Octal | 146 | 331 | 302 | 65 | 0 | 13 | 17 | 250 | 74 | 77 |
| Binary | 1100110 | 11011001 | 11000010 | 110101 | 0 | 1011 | 1111 | 10101000 | 111100 | 111111 |
Color Harmonies of #66D9C2
Complementary color
Monochromatic Colors of #66D9C2
Black with #66D9C2
Text Example
Text Example
White with #66D9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D9C2; }
p { color: rgb(102,217,194); }
H1.HeaderClassName
{
color: #66D9C2;
}
.AnyTagClassName
{
color: #66D9C2;
}
</style>
background-color css
<style>
a { background-color: #66D9C2; }
a { background-color: rgb(102,217,194); }
div.DivClassName
{
background-color: #66D9C2;
}
.BgClassName
{
background-color: #66D9C2;
}
</style>
border-color css
<style>
span { border-color: #66D9C2; }
span { border-color: rgb(102,217,194); }
td.TdClassName
{
border-color: #66D9C2;
}
.TagClassName
{
border-color: #66D9C2;
}
</style>