Shades of Downy #66E8BB
Tints of Downy #66E8BB
RGB
CMYK
RGB Variations
Color information
#66E8BB (or 0x66E8BB) is known color: Downy. HEX triplet: 66, E8 and BB. RGB value is (102,232,187). Sum of RGB (Red+Green+Blue) = 102+232+187=521 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.58% from 521); Green value is 232 (91.02% from 255 or 44.53% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 232 - color contains mainly: green. Hex color #66E8BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66E8BB is #991744. Grayscale: #BCBCBC. Windows color (decimal): -10032965 or 12314726. OLE color: 12314726.
HSL color Cylindrical-coordinate representation of color #66E8BB: hue angle of 159.23º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66E8BB is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 232 | 187 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.09 |
| HSL | 159.23º | 0.74% | 0.65% | - |
| HSV(B) | 159.23º | 0.56% | 0.91% | - |
| XYZ | 43.31 | 64.13 | 57.11 | - |
| YUV | 188 | 127.43 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 232 | 187 | 0.56 | 0 | 0.19 | 0.09 | 159.23 | 0.74 | 0.65 |
| Hex | 66 | E8 | BB | 38 | 0 | 13 | 9 | 9F | 4A | 41 |
| Octal | 146 | 350 | 273 | 70 | 0 | 23 | 11 | 237 | 112 | 101 |
| Binary | 1100110 | 11101000 | 10111011 | 111000 | 0 | 10011 | 1001 | 10011111 | 1001010 | 1000001 |
Color Harmonies of #66E8BB
Complementary color
Monochromatic Colors of #66E8BB
Black with #66E8BB
Text Example
Text Example
White with #66E8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E8BB; }
p { color: rgb(102,232,187); }
H1.HeaderClassName
{
color: #66E8BB;
}
.AnyTagClassName
{
color: #66E8BB;
}
</style>
background-color css
<style>
a { background-color: #66E8BB; }
a { background-color: rgb(102,232,187); }
div.DivClassName
{
background-color: #66E8BB;
}
.BgClassName
{
background-color: #66E8BB;
}
</style>
border-color css
<style>
span { border-color: #66E8BB; }
span { border-color: rgb(102,232,187); }
td.TdClassName
{
border-color: #66E8BB;
}
.TagClassName
{
border-color: #66E8BB;
}
</style>