Shades of Downy #66E0D2
Tints of Downy #66E0D2
RGB
CMYK
RGB Variations
Color information
#66E0D2 (or 0x66E0D2) is known color: Downy. HEX triplet: 66, E0 and D2. RGB value is (102,224,210). Sum of RGB (Red+Green+Blue) = 102+224+210=536 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.03% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 210 (82.42% from 255 or 39.18% from 536); Max value from RGB is 224 - color contains mainly: green. Hex color #66E0D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E0D2 is #991F2D. Grayscale: #B9B9B9. Windows color (decimal): -10034990 or 13820006. OLE color: 13820006.
HSL color Cylindrical-coordinate representation of color #66E0D2: hue angle of 173.11º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66E0D2 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 224 | 210 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.12 |
| HSL | 173.11º | 0.66% | 0.64% | - |
| HSV(B) | 173.11º | 0.54% | 0.88% | - |
| XYZ | 43.77 | 60.79 | 70.4 | - |
| YUV | 185.93 | 141.58 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 224 | 210 | 0.54 | 0 | 0.06 | 0.12 | 173.11 | 0.66 | 0.64 |
| Hex | 66 | E0 | D2 | 36 | 0 | 6 | C | AD | 42 | 40 |
| Octal | 146 | 340 | 322 | 66 | 0 | 6 | 14 | 255 | 102 | 100 |
| Binary | 1100110 | 11100000 | 11010010 | 110110 | 0 | 110 | 1100 | 10101101 | 1000010 | 1000000 |
Color Harmonies of #66E0D2
Complementary color
Monochromatic Colors of #66E0D2
Black with #66E0D2
Text Example
Text Example
White with #66E0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E0D2; }
p { color: rgb(102,224,210); }
H1.HeaderClassName
{
color: #66E0D2;
}
.AnyTagClassName
{
color: #66E0D2;
}
</style>
background-color css
<style>
a { background-color: #66E0D2; }
a { background-color: rgb(102,224,210); }
div.DivClassName
{
background-color: #66E0D2;
}
.BgClassName
{
background-color: #66E0D2;
}
</style>
border-color css
<style>
span { border-color: #66E0D2; }
span { border-color: rgb(102,224,210); }
td.TdClassName
{
border-color: #66E0D2;
}
.TagClassName
{
border-color: #66E0D2;
}
</style>