Shades of Downy #66EBC8
Tints of Downy #66EBC8
RGB
CMYK
RGB Variations
Color information
#66EBC8 (or 0x66EBC8) is known color: Downy. HEX triplet: 66, EB and C8. RGB value is (102,235,200). Sum of RGB (Red+Green+Blue) = 102+235+200=537 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.99% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 235 - color contains mainly: green. Hex color #66EBC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EBC8 is #991437. Grayscale: #BFBFBF. Windows color (decimal): -10032184 or 13167462. OLE color: 13167462.
HSL color Cylindrical-coordinate representation of color #66EBC8: hue angle of 164.21º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EBC8 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 235 | 200 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.08 |
| HSL | 164.21º | 0.77% | 0.66% | - |
| HSV(B) | 164.21º | 0.57% | 0.92% | - |
| XYZ | 45.61 | 66.41 | 65.06 | - |
| YUV | 191.24 | 132.94 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 235 | 200 | 0.57 | 0 | 0.15 | 0.08 | 164.21 | 0.77 | 0.66 |
| Hex | 66 | EB | C8 | 39 | 0 | F | 8 | A4 | 4D | 42 |
| Octal | 146 | 353 | 310 | 71 | 0 | 17 | 10 | 244 | 115 | 102 |
| Binary | 1100110 | 11101011 | 11001000 | 111001 | 0 | 1111 | 1000 | 10100100 | 1001101 | 1000010 |
Color Harmonies of #66EBC8
Complementary color
Monochromatic Colors of #66EBC8
Black with #66EBC8
Text Example
Text Example
White with #66EBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EBC8; }
p { color: rgb(102,235,200); }
H1.HeaderClassName
{
color: #66EBC8;
}
.AnyTagClassName
{
color: #66EBC8;
}
</style>
background-color css
<style>
a { background-color: #66EBC8; }
a { background-color: rgb(102,235,200); }
div.DivClassName
{
background-color: #66EBC8;
}
.BgClassName
{
background-color: #66EBC8;
}
</style>
border-color css
<style>
span { border-color: #66EBC8; }
span { border-color: rgb(102,235,200); }
td.TdClassName
{
border-color: #66EBC8;
}
.TagClassName
{
border-color: #66EBC8;
}
</style>