Shades of Downy #66E9C0
Tints of Downy #66E9C0
RGB
CMYK
RGB Variations
Color information
#66E9C0 (or 0x66E9C0) is known color: Downy. HEX triplet: 66, E9 and C0. RGB value is (102,233,192). Sum of RGB (Red+Green+Blue) = 102+233+192=527 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.35% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #66E9C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66E9C0 is #99163F. Grayscale: #BDBDBD. Windows color (decimal): -10032704 or 12642662. OLE color: 12642662.
HSL color Cylindrical-coordinate representation of color #66E9C0: hue angle of 161.22º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66E9C0 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 233 | 192 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.09 |
| HSL | 161.22º | 0.75% | 0.66% | - |
| HSV(B) | 161.22º | 0.56% | 0.91% | - |
| XYZ | 44.13 | 64.91 | 60.07 | - |
| YUV | 189.16 | 129.6 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 233 | 192 | 0.56 | 0 | 0.18 | 0.09 | 161.22 | 0.75 | 0.66 |
| Hex | 66 | E9 | C0 | 38 | 0 | 12 | 9 | A1 | 4B | 42 |
| Octal | 146 | 351 | 300 | 70 | 0 | 22 | 11 | 241 | 113 | 102 |
| Binary | 1100110 | 11101001 | 11000000 | 111000 | 0 | 10010 | 1001 | 10100001 | 1001011 | 1000010 |
Color Harmonies of #66E9C0
Complementary color
Monochromatic Colors of #66E9C0
Black with #66E9C0
Text Example
Text Example
White with #66E9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E9C0; }
p { color: rgb(102,233,192); }
H1.HeaderClassName
{
color: #66E9C0;
}
.AnyTagClassName
{
color: #66E9C0;
}
</style>
background-color css
<style>
a { background-color: #66E9C0; }
a { background-color: rgb(102,233,192); }
div.DivClassName
{
background-color: #66E9C0;
}
.BgClassName
{
background-color: #66E9C0;
}
</style>
border-color css
<style>
span { border-color: #66E9C0; }
span { border-color: rgb(102,233,192); }
td.TdClassName
{
border-color: #66E9C0;
}
.TagClassName
{
border-color: #66E9C0;
}
</style>