Shades of Downy #66D8C5
Tints of Downy #66D8C5
RGB
CMYK
RGB Variations
Color information
#66D8C5 (or 0x66D8C5) is known color: Downy. HEX triplet: 66, D8 and C5. RGB value is (102,216,197). Sum of RGB (Red+Green+Blue) = 102+216+197=515 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.81% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #66D8C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D8C5 is #99273A. Grayscale: #B3B3B3. Windows color (decimal): -10037051 or 12965990. OLE color: 12965990.
HSL color Cylindrical-coordinate representation of color #66D8C5: hue angle of 170º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D8C5 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 216 | 197 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.15 |
| HSL | 170º | 0.59% | 0.62% | - |
| HSV(B) | 170º | 0.53% | 0.85% | - |
| XYZ | 40.11 | 55.97 | 61.51 | - |
| YUV | 179.75 | 137.73 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 216 | 197 | 0.53 | 0 | 0.09 | 0.15 | 170 | 0.59 | 0.62 |
| Hex | 66 | D8 | C5 | 35 | 0 | 9 | F | AA | 3B | 3E |
| Octal | 146 | 330 | 305 | 65 | 0 | 11 | 17 | 252 | 73 | 76 |
| Binary | 1100110 | 11011000 | 11000101 | 110101 | 0 | 1001 | 1111 | 10101010 | 111011 | 111110 |
Color Harmonies of #66D8C5
Complementary color
Monochromatic Colors of #66D8C5
Black with #66D8C5
Text Example
Text Example
White with #66D8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D8C5; }
p { color: rgb(102,216,197); }
H1.HeaderClassName
{
color: #66D8C5;
}
.AnyTagClassName
{
color: #66D8C5;
}
</style>
background-color css
<style>
a { background-color: #66D8C5; }
a { background-color: rgb(102,216,197); }
div.DivClassName
{
background-color: #66D8C5;
}
.BgClassName
{
background-color: #66D8C5;
}
</style>
border-color css
<style>
span { border-color: #66D8C5; }
span { border-color: rgb(102,216,197); }
td.TdClassName
{
border-color: #66D8C5;
}
.TagClassName
{
border-color: #66D8C5;
}
</style>