Shades of Downy #66E6CE
Tints of Downy #66E6CE
RGB
CMYK
RGB Variations
Color information
#66E6CE (or 0x66E6CE) is known color: Downy. HEX triplet: 66, E6 and CE. RGB value is (102,230,206). Sum of RGB (Red+Green+Blue) = 102+230+206=538 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.96% from 538); Green value is 230 (90.23% from 255 or 42.75% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 230 - color contains mainly: green. Hex color #66E6CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66E6CE is #991931. Grayscale: #BCBCBC. Windows color (decimal): -10033458 or 13559398. OLE color: 13559398.
HSL color Cylindrical-coordinate representation of color #66E6CE: hue angle of 168.75º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66E6CE is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 230 | 206 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.10 |
| HSL | 168.75º | 0.72% | 0.65% | - |
| HSV(B) | 168.75º | 0.56% | 0.9% | - |
| XYZ | 44.92 | 63.87 | 68.35 | - |
| YUV | 188.99 | 137.59 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 230 | 206 | 0.56 | 0 | 0.10 | 0.10 | 168.75 | 0.72 | 0.65 |
| Hex | 66 | E6 | CE | 38 | 0 | A | A | A9 | 48 | 41 |
| Octal | 146 | 346 | 316 | 70 | 0 | 12 | 12 | 251 | 110 | 101 |
| Binary | 1100110 | 11100110 | 11001110 | 111000 | 0 | 1010 | 1010 | 10101001 | 1001000 | 1000001 |
Color Harmonies of #66E6CE
Complementary color
Monochromatic Colors of #66E6CE
Black with #66E6CE
Text Example
Text Example
White with #66E6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E6CE; }
p { color: rgb(102,230,206); }
H1.HeaderClassName
{
color: #66E6CE;
}
.AnyTagClassName
{
color: #66E6CE;
}
</style>
background-color css
<style>
a { background-color: #66E6CE; }
a { background-color: rgb(102,230,206); }
div.DivClassName
{
background-color: #66E6CE;
}
.BgClassName
{
background-color: #66E6CE;
}
</style>
border-color css
<style>
span { border-color: #66E6CE; }
span { border-color: rgb(102,230,206); }
td.TdClassName
{
border-color: #66E6CE;
}
.TagClassName
{
border-color: #66E6CE;
}
</style>