Shades of Downy #66EAC5
Tints of Downy #66EAC5
RGB
CMYK
RGB Variations
Color information
#66EAC5 (or 0x66EAC5) is known color: Downy. HEX triplet: 66, EA and C5. RGB value is (102,234,197). Sum of RGB (Red+Green+Blue) = 102+234+197=533 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.14% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #66EAC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EAC5 is #99153A. Grayscale: #BEBEBE. Windows color (decimal): -10032443 or 12970598. OLE color: 12970598.
HSL color Cylindrical-coordinate representation of color #66EAC5: hue angle of 163.18º 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 #66EAC5 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 234 | 197 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.08 |
| HSL | 163.18º | 0.76% | 0.66% | - |
| HSV(B) | 163.18º | 0.56% | 0.92% | - |
| XYZ | 44.98 | 65.7 | 63.13 | - |
| YUV | 190.31 | 131.77 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 234 | 197 | 0.56 | 0 | 0.16 | 0.08 | 163.18 | 0.76 | 0.66 |
| Hex | 66 | EA | C5 | 38 | 0 | 10 | 8 | A3 | 4C | 42 |
| Octal | 146 | 352 | 305 | 70 | 0 | 20 | 10 | 243 | 114 | 102 |
| Binary | 1100110 | 11101010 | 11000101 | 111000 | 0 | 10000 | 1000 | 10100011 | 1001100 | 1000010 |
Color Harmonies of #66EAC5
Complementary color
Monochromatic Colors of #66EAC5
Black with #66EAC5
Text Example
Text Example
White with #66EAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EAC5; }
p { color: rgb(102,234,197); }
H1.HeaderClassName
{
color: #66EAC5;
}
.AnyTagClassName
{
color: #66EAC5;
}
</style>
background-color css
<style>
a { background-color: #66EAC5; }
a { background-color: rgb(102,234,197); }
div.DivClassName
{
background-color: #66EAC5;
}
.BgClassName
{
background-color: #66EAC5;
}
</style>
border-color css
<style>
span { border-color: #66EAC5; }
span { border-color: rgb(102,234,197); }
td.TdClassName
{
border-color: #66EAC5;
}
.TagClassName
{
border-color: #66EAC5;
}
</style>