Shades of Downy #66E2CE
Tints of Downy #66E2CE
RGB
CMYK
RGB Variations
Color information
#66E2CE (or 0x66E2CE) is known color: Downy. HEX triplet: 66, E2 and CE. RGB value is (102,226,206). Sum of RGB (Red+Green+Blue) = 102+226+206=534 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.10% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 226 - color contains mainly: green. Hex color #66E2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E2CE is #991D31. Grayscale: #BABABA. Windows color (decimal): -10034482 or 13558374. OLE color: 13558374.
HSL color Cylindrical-coordinate representation of color #66E2CE: hue angle of 170.32º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E2CE is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 226 | 206 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.11 |
| HSL | 170.32º | 0.68% | 0.64% | - |
| HSV(B) | 170.32º | 0.55% | 0.89% | - |
| XYZ | 43.82 | 61.67 | 67.99 | - |
| YUV | 186.64 | 138.92 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 226 | 206 | 0.55 | 0 | 0.09 | 0.11 | 170.32 | 0.68 | 0.64 |
| Hex | 66 | E2 | CE | 37 | 0 | 9 | B | AA | 44 | 40 |
| Octal | 146 | 342 | 316 | 67 | 0 | 11 | 13 | 252 | 104 | 100 |
| Binary | 1100110 | 11100010 | 11001110 | 110111 | 0 | 1001 | 1011 | 10101010 | 1000100 | 1000000 |
Color Harmonies of #66E2CE
Complementary color
Monochromatic Colors of #66E2CE
Black with #66E2CE
Text Example
Text Example
White with #66E2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E2CE; }
p { color: rgb(102,226,206); }
H1.HeaderClassName
{
color: #66E2CE;
}
.AnyTagClassName
{
color: #66E2CE;
}
</style>
background-color css
<style>
a { background-color: #66E2CE; }
a { background-color: rgb(102,226,206); }
div.DivClassName
{
background-color: #66E2CE;
}
.BgClassName
{
background-color: #66E2CE;
}
</style>
border-color css
<style>
span { border-color: #66E2CE; }
span { border-color: rgb(102,226,206); }
td.TdClassName
{
border-color: #66E2CE;
}
.TagClassName
{
border-color: #66E2CE;
}
</style>