Shades of Downy #66D1C2
Tints of Downy #66D1C2
RGB
CMYK
RGB Variations
Color information
#66D1C2 (or 0x66D1C2) is known color: Downy. HEX triplet: 66, D1 and C2. RGB value is (102,209,194). Sum of RGB (Red+Green+Blue) = 102+209+194=505 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.20% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 209 - color contains mainly: green. Hex color #66D1C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D1C2 is #992E3D. Grayscale: #AFAFAF. Windows color (decimal): -10038846 or 12767590. OLE color: 12767590.
HSL color Cylindrical-coordinate representation of color #66D1C2: hue angle of 171.59º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66D1C2 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 209 | 194 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.18 |
| HSL | 171.59º | 0.54% | 0.61% | - |
| HSV(B) | 171.59º | 0.51% | 0.82% | - |
| XYZ | 38.02 | 52.32 | 59.13 | - |
| YUV | 175.3 | 138.55 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 209 | 194 | 0.51 | 0 | 0.07 | 0.18 | 171.59 | 0.54 | 0.61 |
| Hex | 66 | D1 | C2 | 33 | 0 | 7 | 12 | AC | 36 | 3D |
| Octal | 146 | 321 | 302 | 63 | 0 | 7 | 22 | 254 | 66 | 75 |
| Binary | 1100110 | 11010001 | 11000010 | 110011 | 0 | 111 | 10010 | 10101100 | 110110 | 111101 |
Color Harmonies of #66D1C2
Complementary color
Monochromatic Colors of #66D1C2
Black with #66D1C2
Text Example
Text Example
White with #66D1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D1C2; }
p { color: rgb(102,209,194); }
H1.HeaderClassName
{
color: #66D1C2;
}
.AnyTagClassName
{
color: #66D1C2;
}
</style>
background-color css
<style>
a { background-color: #66D1C2; }
a { background-color: rgb(102,209,194); }
div.DivClassName
{
background-color: #66D1C2;
}
.BgClassName
{
background-color: #66D1C2;
}
</style>
border-color css
<style>
span { border-color: #66D1C2; }
span { border-color: rgb(102,209,194); }
td.TdClassName
{
border-color: #66D1C2;
}
.TagClassName
{
border-color: #66D1C2;
}
</style>