Shades of Downy #66ECBE
Tints of Downy #66ECBE
RGB
CMYK
RGB Variations
Color information
#66ECBE (or 0x66ECBE) is known color: Downy. HEX triplet: 66, EC and BE. RGB value is (102,236,190). Sum of RGB (Red+Green+Blue) = 102+236+190=528 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.32% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 236 - color contains mainly: green. Hex color #66ECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66ECBE is #991341. Grayscale: #BEBEBE. Windows color (decimal): -10031938 or 12512358. OLE color: 12512358.
HSL color Cylindrical-coordinate representation of color #66ECBE: hue angle of 159.4º 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 #66ECBE is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 236 | 190 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.07 |
| HSL | 159.4º | 0.78% | 0.66% | - |
| HSV(B) | 159.4º | 0.57% | 0.93% | - |
| XYZ | 44.77 | 66.53 | 59.2 | - |
| YUV | 190.69 | 127.61 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 236 | 190 | 0.57 | 0 | 0.19 | 0.07 | 159.4 | 0.78 | 0.66 |
| Hex | 66 | EC | BE | 39 | 0 | 13 | 7 | 9F | 4E | 42 |
| Octal | 146 | 354 | 276 | 71 | 0 | 23 | 7 | 237 | 116 | 102 |
| Binary | 1100110 | 11101100 | 10111110 | 111001 | 0 | 10011 | 111 | 10011111 | 1001110 | 1000010 |
Color Harmonies of #66ECBE
Complementary color
Monochromatic Colors of #66ECBE
Black with #66ECBE
Text Example
Text Example
White with #66ECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ECBE; }
p { color: rgb(102,236,190); }
H1.HeaderClassName
{
color: #66ECBE;
}
.AnyTagClassName
{
color: #66ECBE;
}
</style>
background-color css
<style>
a { background-color: #66ECBE; }
a { background-color: rgb(102,236,190); }
div.DivClassName
{
background-color: #66ECBE;
}
.BgClassName
{
background-color: #66ECBE;
}
</style>
border-color css
<style>
span { border-color: #66ECBE; }
span { border-color: rgb(102,236,190); }
td.TdClassName
{
border-color: #66ECBE;
}
.TagClassName
{
border-color: #66ECBE;
}
</style>