Shades of Downy #66DAD2
Tints of Downy #66DAD2
RGB
CMYK
RGB Variations
Color information
#66DAD2 (or 0x66DAD2) is known color: Downy. HEX triplet: 66, DA and D2. RGB value is (102,218,210). Sum of RGB (Red+Green+Blue) = 102+218+210=530 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.25% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #66DAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DAD2 is #99252D. Grayscale: #B6B6B6. Windows color (decimal): -10036526 or 13818470. OLE color: 13818470.
HSL color Cylindrical-coordinate representation of color #66DAD2: hue angle of 175.86º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DAD2 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 218 | 210 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.15 |
| HSL | 175.86º | 0.61% | 0.63% | - |
| HSV(B) | 175.86º | 0.53% | 0.85% | - |
| XYZ | 42.18 | 57.62 | 69.87 | - |
| YUV | 182.4 | 143.57 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 218 | 210 | 0.53 | 0 | 0.04 | 0.15 | 175.86 | 0.61 | 0.63 |
| Hex | 66 | DA | D2 | 35 | 0 | 4 | F | B0 | 3D | 3F |
| Octal | 146 | 332 | 322 | 65 | 0 | 4 | 17 | 260 | 75 | 77 |
| Binary | 1100110 | 11011010 | 11010010 | 110101 | 0 | 100 | 1111 | 10110000 | 111101 | 111111 |
Color Harmonies of #66DAD2
Complementary color
Monochromatic Colors of #66DAD2
Black with #66DAD2
Text Example
Text Example
White with #66DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DAD2; }
p { color: rgb(102,218,210); }
H1.HeaderClassName
{
color: #66DAD2;
}
.AnyTagClassName
{
color: #66DAD2;
}
</style>
background-color css
<style>
a { background-color: #66DAD2; }
a { background-color: rgb(102,218,210); }
div.DivClassName
{
background-color: #66DAD2;
}
.BgClassName
{
background-color: #66DAD2;
}
</style>
border-color css
<style>
span { border-color: #66DAD2; }
span { border-color: rgb(102,218,210); }
td.TdClassName
{
border-color: #66DAD2;
}
.TagClassName
{
border-color: #66DAD2;
}
</style>