Shades of Downy #66EAC3
Tints of Downy #66EAC3
RGB
CMYK
RGB Variations
Color information
#66EAC3 (or 0x66EAC3) is known color: Downy. HEX triplet: 66, EA and C3. RGB value is (102,234,195). Sum of RGB (Red+Green+Blue) = 102+234+195=531 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.21% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #66EAC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EAC3 is #99153C. Grayscale: #BEBEBE. Windows color (decimal): -10032445 or 12839526. OLE color: 12839526.
HSL color Cylindrical-coordinate representation of color #66EAC3: hue angle of 162.27º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66EAC3 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 234 | 195 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.08 |
| HSL | 162.27º | 0.76% | 0.66% | - |
| HSV(B) | 162.27º | 0.56% | 0.92% | - |
| XYZ | 44.75 | 65.61 | 61.94 | - |
| YUV | 190.09 | 130.77 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 234 | 195 | 0.56 | 0 | 0.17 | 0.08 | 162.27 | 0.76 | 0.66 |
| Hex | 66 | EA | C3 | 38 | 0 | 11 | 8 | A2 | 4C | 42 |
| Octal | 146 | 352 | 303 | 70 | 0 | 21 | 10 | 242 | 114 | 102 |
| Binary | 1100110 | 11101010 | 11000011 | 111000 | 0 | 10001 | 1000 | 10100010 | 1001100 | 1000010 |
Color Harmonies of #66EAC3
Complementary color
Monochromatic Colors of #66EAC3
Black with #66EAC3
Text Example
Text Example
White with #66EAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EAC3; }
p { color: rgb(102,234,195); }
H1.HeaderClassName
{
color: #66EAC3;
}
.AnyTagClassName
{
color: #66EAC3;
}
</style>
background-color css
<style>
a { background-color: #66EAC3; }
a { background-color: rgb(102,234,195); }
div.DivClassName
{
background-color: #66EAC3;
}
.BgClassName
{
background-color: #66EAC3;
}
</style>
border-color css
<style>
span { border-color: #66EAC3; }
span { border-color: rgb(102,234,195); }
td.TdClassName
{
border-color: #66EAC3;
}
.TagClassName
{
border-color: #66EAC3;
}
</style>