Shades of Downy #66E0BD
Tints of Downy #66E0BD
RGB
CMYK
RGB Variations
Color information
#66E0BD (or 0x66E0BD) is known color: Downy. HEX triplet: 66, E0 and BD. RGB value is (102,224,189). Sum of RGB (Red+Green+Blue) = 102+224+189=515 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.81% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 224 - color contains mainly: green. Hex color #66E0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E0BD is #991F42. Grayscale: #B7B7B7. Windows color (decimal): -10035011 or 12443750. OLE color: 12443750.
HSL color Cylindrical-coordinate representation of color #66E0BD: hue angle of 162.79º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66E0BD is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 224 | 189 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.12 |
| HSL | 162.79º | 0.66% | 0.64% | - |
| HSV(B) | 162.79º | 0.54% | 0.88% | - |
| XYZ | 41.32 | 59.81 | 57.51 | - |
| YUV | 183.53 | 131.08 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 224 | 189 | 0.54 | 0 | 0.16 | 0.12 | 162.79 | 0.66 | 0.64 |
| Hex | 66 | E0 | BD | 36 | 0 | 10 | C | A3 | 42 | 40 |
| Octal | 146 | 340 | 275 | 66 | 0 | 20 | 14 | 243 | 102 | 100 |
| Binary | 1100110 | 11100000 | 10111101 | 110110 | 0 | 10000 | 1100 | 10100011 | 1000010 | 1000000 |
Color Harmonies of #66E0BD
Complementary color
Monochromatic Colors of #66E0BD
Black with #66E0BD
Text Example
Text Example
White with #66E0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E0BD; }
p { color: rgb(102,224,189); }
H1.HeaderClassName
{
color: #66E0BD;
}
.AnyTagClassName
{
color: #66E0BD;
}
</style>
background-color css
<style>
a { background-color: #66E0BD; }
a { background-color: rgb(102,224,189); }
div.DivClassName
{
background-color: #66E0BD;
}
.BgClassName
{
background-color: #66E0BD;
}
</style>
border-color css
<style>
span { border-color: #66E0BD; }
span { border-color: rgb(102,224,189); }
td.TdClassName
{
border-color: #66E0BD;
}
.TagClassName
{
border-color: #66E0BD;
}
</style>