Shades of Downy #66D8B7
Tints of Downy #66D8B7
RGB
CMYK
RGB Variations
Color information
#66D8B7 (or 0x66D8B7) is known color: Downy. HEX triplet: 66, D8 and B7. RGB value is (102,216,183). Sum of RGB (Red+Green+Blue) = 102+216+183=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #66D8B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D8B7 is #992748. Grayscale: #B2B2B2. Windows color (decimal): -10037065 or 12048486. OLE color: 12048486.
HSL color Cylindrical-coordinate representation of color #66D8B7: hue angle of 162.63º 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 #66D8B7 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 216 | 183 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.15 |
| HSL | 162.63º | 0.59% | 0.62% | - |
| HSV(B) | 162.63º | 0.53% | 0.85% | - |
| XYZ | 38.58 | 55.36 | 53.45 | - |
| YUV | 178.15 | 130.73 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 216 | 183 | 0.53 | 0 | 0.15 | 0.15 | 162.63 | 0.59 | 0.62 |
| Hex | 66 | D8 | B7 | 35 | 0 | F | F | A3 | 3B | 3E |
| Octal | 146 | 330 | 267 | 65 | 0 | 17 | 17 | 243 | 73 | 76 |
| Binary | 1100110 | 11011000 | 10110111 | 110101 | 0 | 1111 | 1111 | 10100011 | 111011 | 111110 |
Color Harmonies of #66D8B7
Complementary color
Monochromatic Colors of #66D8B7
Black with #66D8B7
Text Example
Text Example
White with #66D8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D8B7; }
p { color: rgb(102,216,183); }
H1.HeaderClassName
{
color: #66D8B7;
}
.AnyTagClassName
{
color: #66D8B7;
}
</style>
background-color css
<style>
a { background-color: #66D8B7; }
a { background-color: rgb(102,216,183); }
div.DivClassName
{
background-color: #66D8B7;
}
.BgClassName
{
background-color: #66D8B7;
}
</style>
border-color css
<style>
span { border-color: #66D8B7; }
span { border-color: rgb(102,216,183); }
td.TdClassName
{
border-color: #66D8B7;
}
.TagClassName
{
border-color: #66D8B7;
}
</style>