Shades of Downy #66E0C8
Tints of Downy #66E0C8
RGB
CMYK
RGB Variations
Color information
#66E0C8 (or 0x66E0C8) is known color: Downy. HEX triplet: 66, E0 and C8. RGB value is (102,224,200). Sum of RGB (Red+Green+Blue) = 102+224+200=526 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.39% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #66E0C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E0C8 is #991F37. Grayscale: #B8B8B8. Windows color (decimal): -10035000 or 13164646. OLE color: 13164646.
HSL color Cylindrical-coordinate representation of color #66E0C8: hue angle of 168.2º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66E0C8 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 224 | 200 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.12 |
| HSL | 168.2º | 0.66% | 0.64% | - |
| HSV(B) | 168.2º | 0.54% | 0.88% | - |
| XYZ | 42.56 | 60.31 | 64.04 | - |
| YUV | 184.79 | 136.58 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 224 | 200 | 0.54 | 0 | 0.11 | 0.12 | 168.2 | 0.66 | 0.64 |
| Hex | 66 | E0 | C8 | 36 | 0 | B | C | A8 | 42 | 40 |
| Octal | 146 | 340 | 310 | 66 | 0 | 13 | 14 | 250 | 102 | 100 |
| Binary | 1100110 | 11100000 | 11001000 | 110110 | 0 | 1011 | 1100 | 10101000 | 1000010 | 1000000 |
Color Harmonies of #66E0C8
Complementary color
Monochromatic Colors of #66E0C8
Black with #66E0C8
Text Example
Text Example
White with #66E0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E0C8; }
p { color: rgb(102,224,200); }
H1.HeaderClassName
{
color: #66E0C8;
}
.AnyTagClassName
{
color: #66E0C8;
}
</style>
background-color css
<style>
a { background-color: #66E0C8; }
a { background-color: rgb(102,224,200); }
div.DivClassName
{
background-color: #66E0C8;
}
.BgClassName
{
background-color: #66E0C8;
}
</style>
border-color css
<style>
span { border-color: #66E0C8; }
span { border-color: rgb(102,224,200); }
td.TdClassName
{
border-color: #66E0C8;
}
.TagClassName
{
border-color: #66E0C8;
}
</style>