Shades of Downy #66D1C3
Tints of Downy #66D1C3
RGB
CMYK
RGB Variations
Color information
#66D1C3 (or 0x66D1C3) is known color: Downy. HEX triplet: 66, D1 and C3. RGB value is (102,209,195). Sum of RGB (Red+Green+Blue) = 102+209+195=506 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.16% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #66D1C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D1C3 is #992E3C. Grayscale: #AFAFAF. Windows color (decimal): -10038845 or 12833126. OLE color: 12833126.
HSL color Cylindrical-coordinate representation of color #66D1C3: hue angle of 172.15º 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 #66D1C3 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 209 | 195 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.18 |
| HSL | 172.15º | 0.54% | 0.61% | - |
| HSV(B) | 172.15º | 0.51% | 0.82% | - |
| XYZ | 38.13 | 52.37 | 59.73 | - |
| YUV | 175.41 | 139.05 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 209 | 195 | 0.51 | 0 | 0.07 | 0.18 | 172.15 | 0.54 | 0.61 |
| Hex | 66 | D1 | C3 | 33 | 0 | 7 | 12 | AC | 36 | 3D |
| Octal | 146 | 321 | 303 | 63 | 0 | 7 | 22 | 254 | 66 | 75 |
| Binary | 1100110 | 11010001 | 11000011 | 110011 | 0 | 111 | 10010 | 10101100 | 110110 | 111101 |
Color Harmonies of #66D1C3
Complementary color
Monochromatic Colors of #66D1C3
Black with #66D1C3
Text Example
Text Example
White with #66D1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D1C3; }
p { color: rgb(102,209,195); }
H1.HeaderClassName
{
color: #66D1C3;
}
.AnyTagClassName
{
color: #66D1C3;
}
</style>
background-color css
<style>
a { background-color: #66D1C3; }
a { background-color: rgb(102,209,195); }
div.DivClassName
{
background-color: #66D1C3;
}
.BgClassName
{
background-color: #66D1C3;
}
</style>
border-color css
<style>
span { border-color: #66D1C3; }
span { border-color: rgb(102,209,195); }
td.TdClassName
{
border-color: #66D1C3;
}
.TagClassName
{
border-color: #66D1C3;
}
</style>