Shades of Downy #66D0B9
Tints of Downy #66D0B9
RGB
CMYK
RGB Variations
Color information
#66D0B9 (or 0x66D0B9) is known color: Downy. HEX triplet: 66, D0 and B9. RGB value is (102,208,185). Sum of RGB (Red+Green+Blue) = 102+208+185=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #66D0B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D0B9 is #992F46. Grayscale: #ADADAD. Windows color (decimal): -10039111 or 12177510. OLE color: 12177510.
HSL color Cylindrical-coordinate representation of color #66D0B9: hue angle of 166.98º degrees, saturation: 0.53, 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 #66D0B9 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 185 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.18 |
| HSL | 166.98º | 0.53% | 0.61% | - |
| HSV(B) | 166.98º | 0.51% | 0.82% | - |
| XYZ | 36.79 | 51.44 | 53.89 | - |
| YUV | 173.68 | 134.38 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 185 | 0.51 | 0 | 0.11 | 0.18 | 166.98 | 0.53 | 0.61 |
| Hex | 66 | D0 | B9 | 33 | 0 | B | 12 | A7 | 35 | 3D |
| Octal | 146 | 320 | 271 | 63 | 0 | 13 | 22 | 247 | 65 | 75 |
| Binary | 1100110 | 11010000 | 10111001 | 110011 | 0 | 1011 | 10010 | 10100111 | 110101 | 111101 |
Color Harmonies of #66D0B9
Complementary color
Monochromatic Colors of #66D0B9
Black with #66D0B9
Text Example
Text Example
White with #66D0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D0B9; }
p { color: rgb(102,208,185); }
H1.HeaderClassName
{
color: #66D0B9;
}
.AnyTagClassName
{
color: #66D0B9;
}
</style>
background-color css
<style>
a { background-color: #66D0B9; }
a { background-color: rgb(102,208,185); }
div.DivClassName
{
background-color: #66D0B9;
}
.BgClassName
{
background-color: #66D0B9;
}
</style>
border-color css
<style>
span { border-color: #66D0B9; }
span { border-color: rgb(102,208,185); }
td.TdClassName
{
border-color: #66D0B9;
}
.TagClassName
{
border-color: #66D0B9;
}
</style>