Shades of Downy #66ECCC
Tints of Downy #66ECCC
RGB
CMYK
RGB Variations
Color information
#66ECCC (or 0x66ECCC) is known color: Downy. HEX triplet: 66, EC and CC. RGB value is (102,236,204). Sum of RGB (Red+Green+Blue) = 102+236+204=542 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.82% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #66ECCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66ECCC is #991333. Grayscale: #C0C0C0. Windows color (decimal): -10031924 or 13429862. OLE color: 13429862.
HSL color Cylindrical-coordinate representation of color #66ECCC: hue angle of 165.67º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66ECCC is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 236 | 204 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.07 |
| HSL | 165.67º | 0.78% | 0.66% | - |
| HSV(B) | 165.67º | 0.57% | 0.93% | - |
| XYZ | 46.37 | 67.18 | 67.65 | - |
| YUV | 192.29 | 134.61 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 236 | 204 | 0.57 | 0 | 0.14 | 0.07 | 165.67 | 0.78 | 0.66 |
| Hex | 66 | EC | CC | 39 | 0 | E | 7 | A6 | 4E | 42 |
| Octal | 146 | 354 | 314 | 71 | 0 | 16 | 7 | 246 | 116 | 102 |
| Binary | 1100110 | 11101100 | 11001100 | 111001 | 0 | 1110 | 111 | 10100110 | 1001110 | 1000010 |
Color Harmonies of #66ECCC
Complementary color
Monochromatic Colors of #66ECCC
Black with #66ECCC
Text Example
Text Example
White with #66ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ECCC; }
p { color: rgb(102,236,204); }
H1.HeaderClassName
{
color: #66ECCC;
}
.AnyTagClassName
{
color: #66ECCC;
}
</style>
background-color css
<style>
a { background-color: #66ECCC; }
a { background-color: rgb(102,236,204); }
div.DivClassName
{
background-color: #66ECCC;
}
.BgClassName
{
background-color: #66ECCC;
}
</style>
border-color css
<style>
span { border-color: #66ECCC; }
span { border-color: rgb(102,236,204); }
td.TdClassName
{
border-color: #66ECCC;
}
.TagClassName
{
border-color: #66ECCC;
}
</style>