Shades of Downy #66E2C0
Tints of Downy #66E2C0
RGB
CMYK
RGB Variations
Color information
#66E2C0 (or 0x66E2C0) is known color: Downy. HEX triplet: 66, E2 and C0. RGB value is (102,226,192). Sum of RGB (Red+Green+Blue) = 102+226+192=520 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.62% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 226 - color contains mainly: green. Hex color #66E2C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E2C0 is #991D3F. Grayscale: #B9B9B9. Windows color (decimal): -10034496 or 12640870. OLE color: 12640870.
HSL color Cylindrical-coordinate representation of color #66E2C0: hue angle of 163.55º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E2C0 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 226 | 192 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.11 |
| HSL | 163.55º | 0.68% | 0.64% | - |
| HSV(B) | 163.55º | 0.55% | 0.89% | - |
| XYZ | 42.19 | 61.02 | 59.42 | - |
| YUV | 185.05 | 131.92 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 226 | 192 | 0.55 | 0 | 0.15 | 0.11 | 163.55 | 0.68 | 0.64 |
| Hex | 66 | E2 | C0 | 37 | 0 | F | B | A4 | 44 | 40 |
| Octal | 146 | 342 | 300 | 67 | 0 | 17 | 13 | 244 | 104 | 100 |
| Binary | 1100110 | 11100010 | 11000000 | 110111 | 0 | 1111 | 1011 | 10100100 | 1000100 | 1000000 |
Color Harmonies of #66E2C0
Complementary color
Monochromatic Colors of #66E2C0
Black with #66E2C0
Text Example
Text Example
White with #66E2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E2C0; }
p { color: rgb(102,226,192); }
H1.HeaderClassName
{
color: #66E2C0;
}
.AnyTagClassName
{
color: #66E2C0;
}
</style>
background-color css
<style>
a { background-color: #66E2C0; }
a { background-color: rgb(102,226,192); }
div.DivClassName
{
background-color: #66E2C0;
}
.BgClassName
{
background-color: #66E2C0;
}
</style>
border-color css
<style>
span { border-color: #66E2C0; }
span { border-color: rgb(102,226,192); }
td.TdClassName
{
border-color: #66E2C0;
}
.TagClassName
{
border-color: #66E2C0;
}
</style>