Shades of Downy #66E1C2
Tints of Downy #66E1C2
RGB
CMYK
RGB Variations
Color information
#66E1C2 (or 0x66E1C2) is known color: Downy. HEX triplet: 66, E1 and C2. RGB value is (102,225,194). Sum of RGB (Red+Green+Blue) = 102+225+194=521 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.58% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #66E1C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E1C2 is #991E3D. Grayscale: #B8B8B8. Windows color (decimal): -10034750 or 12771686. OLE color: 12771686.
HSL color Cylindrical-coordinate representation of color #66E1C2: hue angle of 164.88º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E1C2 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 225 | 194 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.12 |
| HSL | 164.88º | 0.67% | 0.64% | - |
| HSV(B) | 164.88º | 0.55% | 0.88% | - |
| XYZ | 42.14 | 60.57 | 60.51 | - |
| YUV | 184.69 | 133.25 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 225 | 194 | 0.55 | 0 | 0.14 | 0.12 | 164.88 | 0.67 | 0.64 |
| Hex | 66 | E1 | C2 | 37 | 0 | E | C | A5 | 43 | 40 |
| Octal | 146 | 341 | 302 | 67 | 0 | 16 | 14 | 245 | 103 | 100 |
| Binary | 1100110 | 11100001 | 11000010 | 110111 | 0 | 1110 | 1100 | 10100101 | 1000011 | 1000000 |
Color Harmonies of #66E1C2
Complementary color
Monochromatic Colors of #66E1C2
Black with #66E1C2
Text Example
Text Example
White with #66E1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E1C2; }
p { color: rgb(102,225,194); }
H1.HeaderClassName
{
color: #66E1C2;
}
.AnyTagClassName
{
color: #66E1C2;
}
</style>
background-color css
<style>
a { background-color: #66E1C2; }
a { background-color: rgb(102,225,194); }
div.DivClassName
{
background-color: #66E1C2;
}
.BgClassName
{
background-color: #66E1C2;
}
</style>
border-color css
<style>
span { border-color: #66E1C2; }
span { border-color: rgb(102,225,194); }
td.TdClassName
{
border-color: #66E1C2;
}
.TagClassName
{
border-color: #66E1C2;
}
</style>