Shades of Downy #66EEC0
Tints of Downy #66EEC0
RGB
CMYK
RGB Variations
Color information
#66EEC0 (or 0x66EEC0) is known color: Downy. HEX triplet: 66, EE and C0. RGB value is (102,238,192). Sum of RGB (Red+Green+Blue) = 102+238+192=532 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.17% from 532); Green value is 238 (93.36% from 255 or 44.74% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 238 - color contains mainly: green. Hex color #66EEC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EEC0 is #99113F. Grayscale: #C0C0C0. Windows color (decimal): -10031424 or 12643942. OLE color: 12643942.
HSL color Cylindrical-coordinate representation of color #66EEC0: hue angle of 159.71º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EEC0 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 238 | 192 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.07 |
| HSL | 159.71º | 0.8% | 0.67% | - |
| HSV(B) | 159.71º | 0.57% | 0.93% | - |
| XYZ | 45.57 | 67.78 | 60.55 | - |
| YUV | 192.09 | 127.94 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 238 | 192 | 0.57 | 0 | 0.19 | 0.07 | 159.71 | 0.8 | 0.67 |
| Hex | 66 | EE | C0 | 39 | 0 | 13 | 7 | A0 | 50 | 43 |
| Octal | 146 | 356 | 300 | 71 | 0 | 23 | 7 | 240 | 120 | 103 |
| Binary | 1100110 | 11101110 | 11000000 | 111001 | 0 | 10011 | 111 | 10100000 | 1010000 | 1000011 |
Color Harmonies of #66EEC0
Complementary color
Monochromatic Colors of #66EEC0
Black with #66EEC0
Text Example
Text Example
White with #66EEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EEC0; }
p { color: rgb(102,238,192); }
H1.HeaderClassName
{
color: #66EEC0;
}
.AnyTagClassName
{
color: #66EEC0;
}
</style>
background-color css
<style>
a { background-color: #66EEC0; }
a { background-color: rgb(102,238,192); }
div.DivClassName
{
background-color: #66EEC0;
}
.BgClassName
{
background-color: #66EEC0;
}
</style>
border-color css
<style>
span { border-color: #66EEC0; }
span { border-color: rgb(102,238,192); }
td.TdClassName
{
border-color: #66EEC0;
}
.TagClassName
{
border-color: #66EEC0;
}
</style>