Shades of Downy #66E1D3
Tints of Downy #66E1D3
RGB
CMYK
RGB Variations
Color information
#66E1D3 (or 0x66E1D3) is known color: Downy. HEX triplet: 66, E1 and D3. RGB value is (102,225,211). Sum of RGB (Red+Green+Blue) = 102+225+211=538 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.96% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 211 (82.81% from 255 or 39.22% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #66E1D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E1D3 is #991E2C. Grayscale: #BABABA. Windows color (decimal): -10034733 or 13885798. OLE color: 13885798.
HSL color Cylindrical-coordinate representation of color #66E1D3: hue angle of 173.17º 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 #66E1D3 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 225 | 211 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.12 |
| HSL | 173.17º | 0.67% | 0.64% | - |
| HSV(B) | 173.17º | 0.55% | 0.88% | - |
| XYZ | 44.16 | 61.38 | 71.15 | - |
| YUV | 186.63 | 141.75 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 225 | 211 | 0.55 | 0 | 0.06 | 0.12 | 173.17 | 0.67 | 0.64 |
| Hex | 66 | E1 | D3 | 37 | 0 | 6 | C | AD | 43 | 40 |
| Octal | 146 | 341 | 323 | 67 | 0 | 6 | 14 | 255 | 103 | 100 |
| Binary | 1100110 | 11100001 | 11010011 | 110111 | 0 | 110 | 1100 | 10101101 | 1000011 | 1000000 |
Color Harmonies of #66E1D3
Complementary color
Monochromatic Colors of #66E1D3
Black with #66E1D3
Text Example
Text Example
White with #66E1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E1D3; }
p { color: rgb(102,225,211); }
H1.HeaderClassName
{
color: #66E1D3;
}
.AnyTagClassName
{
color: #66E1D3;
}
</style>
background-color css
<style>
a { background-color: #66E1D3; }
a { background-color: rgb(102,225,211); }
div.DivClassName
{
background-color: #66E1D3;
}
.BgClassName
{
background-color: #66E1D3;
}
</style>
border-color css
<style>
span { border-color: #66E1D3; }
span { border-color: rgb(102,225,211); }
td.TdClassName
{
border-color: #66E1D3;
}
.TagClassName
{
border-color: #66E1D3;
}
</style>