Shades of Downy #66D1C5
Tints of Downy #66D1C5
RGB
CMYK
RGB Variations
Color information
#66D1C5 (or 0x66D1C5) is known color: Downy. HEX triplet: 66, D1 and C5. RGB value is (102,209,197). Sum of RGB (Red+Green+Blue) = 102+209+197=508 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.08% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #66D1C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D1C5 is #992E3A. Grayscale: #AFAFAF. Windows color (decimal): -10038843 or 12964198. OLE color: 12964198.
HSL color Cylindrical-coordinate representation of color #66D1C5: hue angle of 173.27º 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 #66D1C5 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 209 | 197 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.18 |
| HSL | 173.27º | 0.54% | 0.61% | - |
| HSV(B) | 173.27º | 0.51% | 0.82% | - |
| XYZ | 38.36 | 52.46 | 60.93 | - |
| YUV | 175.64 | 140.05 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 209 | 197 | 0.51 | 0 | 0.06 | 0.18 | 173.27 | 0.54 | 0.61 |
| Hex | 66 | D1 | C5 | 33 | 0 | 6 | 12 | AD | 36 | 3D |
| Octal | 146 | 321 | 305 | 63 | 0 | 6 | 22 | 255 | 66 | 75 |
| Binary | 1100110 | 11010001 | 11000101 | 110011 | 0 | 110 | 10010 | 10101101 | 110110 | 111101 |
Color Harmonies of #66D1C5
Complementary color
Monochromatic Colors of #66D1C5
Black with #66D1C5
Text Example
Text Example
White with #66D1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D1C5; }
p { color: rgb(102,209,197); }
H1.HeaderClassName
{
color: #66D1C5;
}
.AnyTagClassName
{
color: #66D1C5;
}
</style>
background-color css
<style>
a { background-color: #66D1C5; }
a { background-color: rgb(102,209,197); }
div.DivClassName
{
background-color: #66D1C5;
}
.BgClassName
{
background-color: #66D1C5;
}
</style>
border-color css
<style>
span { border-color: #66D1C5; }
span { border-color: rgb(102,209,197); }
td.TdClassName
{
border-color: #66D1C5;
}
.TagClassName
{
border-color: #66D1C5;
}
</style>