Shades of Downy #66E1C8
Tints of Downy #66E1C8
RGB
CMYK
RGB Variations
Color information
#66E1C8 (or 0x66E1C8) is known color: Downy. HEX triplet: 66, E1 and C8. RGB value is (102,225,200). Sum of RGB (Red+Green+Blue) = 102+225+200=527 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.35% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #66E1C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E1C8 is #991E37. Grayscale: #B9B9B9. Windows color (decimal): -10034744 or 13164902. OLE color: 13164902.
HSL color Cylindrical-coordinate representation of color #66E1C8: hue angle of 167.8º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E1C8 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 225 | 200 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.12 |
| HSL | 167.8º | 0.67% | 0.64% | - |
| HSV(B) | 167.8º | 0.55% | 0.88% | - |
| XYZ | 42.83 | 60.85 | 64.13 | - |
| YUV | 185.37 | 136.25 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 225 | 200 | 0.55 | 0 | 0.11 | 0.12 | 167.8 | 0.67 | 0.64 |
| Hex | 66 | E1 | C8 | 37 | 0 | B | C | A8 | 43 | 40 |
| Octal | 146 | 341 | 310 | 67 | 0 | 13 | 14 | 250 | 103 | 100 |
| Binary | 1100110 | 11100001 | 11001000 | 110111 | 0 | 1011 | 1100 | 10101000 | 1000011 | 1000000 |
Color Harmonies of #66E1C8
Complementary color
Monochromatic Colors of #66E1C8
Black with #66E1C8
Text Example
Text Example
White with #66E1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E1C8; }
p { color: rgb(102,225,200); }
H1.HeaderClassName
{
color: #66E1C8;
}
.AnyTagClassName
{
color: #66E1C8;
}
</style>
background-color css
<style>
a { background-color: #66E1C8; }
a { background-color: rgb(102,225,200); }
div.DivClassName
{
background-color: #66E1C8;
}
.BgClassName
{
background-color: #66E1C8;
}
</style>
border-color css
<style>
span { border-color: #66E1C8; }
span { border-color: rgb(102,225,200); }
td.TdClassName
{
border-color: #66E1C8;
}
.TagClassName
{
border-color: #66E1C8;
}
</style>