Shades of Downy #66DEBE
Tints of Downy #66DEBE
RGB
CMYK
RGB Variations
Color information
#66DEBE (or 0x66DEBE) is known color: Downy. HEX triplet: 66, DE and BE. RGB value is (102,222,190). Sum of RGB (Red+Green+Blue) = 102+222+190=514 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.84% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #66DEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DEBE is #992141. Grayscale: #B6B6B6. Windows color (decimal): -10035522 or 12508774. OLE color: 12508774.
HSL color Cylindrical-coordinate representation of color #66DEBE: hue angle of 164º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DEBE is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 222 | 190 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.13 |
| HSL | 164º | 0.65% | 0.64% | - |
| HSV(B) | 164º | 0.54% | 0.87% | - |
| XYZ | 40.9 | 58.79 | 57.91 | - |
| YUV | 182.47 | 132.24 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 222 | 190 | 0.54 | 0 | 0.14 | 0.13 | 164 | 0.65 | 0.64 |
| Hex | 66 | DE | BE | 36 | 0 | E | D | A4 | 41 | 40 |
| Octal | 146 | 336 | 276 | 66 | 0 | 16 | 15 | 244 | 101 | 100 |
| Binary | 1100110 | 11011110 | 10111110 | 110110 | 0 | 1110 | 1101 | 10100100 | 1000001 | 1000000 |
Color Harmonies of #66DEBE
Complementary color
Monochromatic Colors of #66DEBE
Black with #66DEBE
Text Example
Text Example
White with #66DEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DEBE; }
p { color: rgb(102,222,190); }
H1.HeaderClassName
{
color: #66DEBE;
}
.AnyTagClassName
{
color: #66DEBE;
}
</style>
background-color css
<style>
a { background-color: #66DEBE; }
a { background-color: rgb(102,222,190); }
div.DivClassName
{
background-color: #66DEBE;
}
.BgClassName
{
background-color: #66DEBE;
}
</style>
border-color css
<style>
span { border-color: #66DEBE; }
span { border-color: rgb(102,222,190); }
td.TdClassName
{
border-color: #66DEBE;
}
.TagClassName
{
border-color: #66DEBE;
}
</style>