Shades of Downy #66ECCB
Tints of Downy #66ECCB
RGB
CMYK
RGB Variations
Color information
#66ECCB (or 0x66ECCB) is known color: Downy. HEX triplet: 66, EC and CB. RGB value is (102,236,203). Sum of RGB (Red+Green+Blue) = 102+236+203=541 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.85% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 236 - color contains mainly: green. Hex color #66ECCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66ECCB is #991334. Grayscale: #C0C0C0. Windows color (decimal): -10031925 or 13364326. OLE color: 13364326.
HSL color Cylindrical-coordinate representation of color #66ECCB: hue angle of 165.22º 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 #66ECCB is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 236 | 203 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.07 |
| HSL | 165.22º | 0.78% | 0.66% | - |
| HSV(B) | 165.22º | 0.57% | 0.93% | - |
| XYZ | 46.25 | 67.13 | 67.02 | - |
| YUV | 192.17 | 134.11 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 236 | 203 | 0.57 | 0 | 0.14 | 0.07 | 165.22 | 0.78 | 0.66 |
| Hex | 66 | EC | CB | 39 | 0 | E | 7 | A5 | 4E | 42 |
| Octal | 146 | 354 | 313 | 71 | 0 | 16 | 7 | 245 | 116 | 102 |
| Binary | 1100110 | 11101100 | 11001011 | 111001 | 0 | 1110 | 111 | 10100101 | 1001110 | 1000010 |
Color Harmonies of #66ECCB
Complementary color
Monochromatic Colors of #66ECCB
Black with #66ECCB
Text Example
Text Example
White with #66ECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ECCB; }
p { color: rgb(102,236,203); }
H1.HeaderClassName
{
color: #66ECCB;
}
.AnyTagClassName
{
color: #66ECCB;
}
</style>
background-color css
<style>
a { background-color: #66ECCB; }
a { background-color: rgb(102,236,203); }
div.DivClassName
{
background-color: #66ECCB;
}
.BgClassName
{
background-color: #66ECCB;
}
</style>
border-color css
<style>
span { border-color: #66ECCB; }
span { border-color: rgb(102,236,203); }
td.TdClassName
{
border-color: #66ECCB;
}
.TagClassName
{
border-color: #66ECCB;
}
</style>