Shades of Downy #66D4C3
Tints of Downy #66D4C3
RGB
CMYK
RGB Variations
Color information
#66D4C3 (or 0x66D4C3) is known color: Downy. HEX triplet: 66, D4 and C3. RGB value is (102,212,195). Sum of RGB (Red+Green+Blue) = 102+212+195=509 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.04% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #66D4C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D4C3 is #992B3C. Grayscale: #B1B1B1. Windows color (decimal): -10038077 or 12833894. OLE color: 12833894.
HSL color Cylindrical-coordinate representation of color #66D4C3: hue angle of 170.73º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D4C3 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 212 | 195 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.17 |
| HSL | 170.73º | 0.56% | 0.62% | - |
| HSV(B) | 170.73º | 0.52% | 0.83% | - |
| XYZ | 38.87 | 53.85 | 59.98 | - |
| YUV | 177.17 | 138.06 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 212 | 195 | 0.52 | 0 | 0.08 | 0.17 | 170.73 | 0.56 | 0.62 |
| Hex | 66 | D4 | C3 | 34 | 0 | 8 | 11 | AB | 38 | 3E |
| Octal | 146 | 324 | 303 | 64 | 0 | 10 | 21 | 253 | 70 | 76 |
| Binary | 1100110 | 11010100 | 11000011 | 110100 | 0 | 1000 | 10001 | 10101011 | 111000 | 111110 |
Color Harmonies of #66D4C3
Complementary color
Monochromatic Colors of #66D4C3
Black with #66D4C3
Text Example
Text Example
White with #66D4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D4C3; }
p { color: rgb(102,212,195); }
H1.HeaderClassName
{
color: #66D4C3;
}
.AnyTagClassName
{
color: #66D4C3;
}
</style>
background-color css
<style>
a { background-color: #66D4C3; }
a { background-color: rgb(102,212,195); }
div.DivClassName
{
background-color: #66D4C3;
}
.BgClassName
{
background-color: #66D4C3;
}
</style>
border-color css
<style>
span { border-color: #66D4C3; }
span { border-color: rgb(102,212,195); }
td.TdClassName
{
border-color: #66D4C3;
}
.TagClassName
{
border-color: #66D4C3;
}
</style>