Shades of Downy #66E2BA
Tints of Downy #66E2BA
RGB
CMYK
RGB Variations
Color information
#66E2BA (or 0x66E2BA) is known color: Downy. HEX triplet: 66, E2 and BA. RGB value is (102,226,186). Sum of RGB (Red+Green+Blue) = 102+226+186=514 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.84% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 226 - color contains mainly: green. Hex color #66E2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E2BA is #991D45. Grayscale: #B8B8B8. Windows color (decimal): -10034502 or 12247654. OLE color: 12247654.
HSL color Cylindrical-coordinate representation of color #66E2BA: hue angle of 160.65º 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 #66E2BA is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 226 | 186 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.11 |
| HSL | 160.65º | 0.68% | 0.64% | - |
| HSV(B) | 160.65º | 0.55% | 0.89% | - |
| XYZ | 41.54 | 60.76 | 55.99 | - |
| YUV | 184.36 | 128.92 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 226 | 186 | 0.55 | 0 | 0.18 | 0.11 | 160.65 | 0.68 | 0.64 |
| Hex | 66 | E2 | BA | 37 | 0 | 12 | B | A1 | 44 | 40 |
| Octal | 146 | 342 | 272 | 67 | 0 | 22 | 13 | 241 | 104 | 100 |
| Binary | 1100110 | 11100010 | 10111010 | 110111 | 0 | 10010 | 1011 | 10100001 | 1000100 | 1000000 |
Color Harmonies of #66E2BA
Complementary color
Monochromatic Colors of #66E2BA
Black with #66E2BA
Text Example
Text Example
White with #66E2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E2BA; }
p { color: rgb(102,226,186); }
H1.HeaderClassName
{
color: #66E2BA;
}
.AnyTagClassName
{
color: #66E2BA;
}
</style>
background-color css
<style>
a { background-color: #66E2BA; }
a { background-color: rgb(102,226,186); }
div.DivClassName
{
background-color: #66E2BA;
}
.BgClassName
{
background-color: #66E2BA;
}
</style>
border-color css
<style>
span { border-color: #66E2BA; }
span { border-color: rgb(102,226,186); }
td.TdClassName
{
border-color: #66E2BA;
}
.TagClassName
{
border-color: #66E2BA;
}
</style>