Shades of Downy #66ECB7
Tints of Downy #66ECB7
RGB
CMYK
RGB Variations
Color information
#66ECB7 (or 0x66ECB7) is known color: Downy. HEX triplet: 66, EC and B7. RGB value is (102,236,183). Sum of RGB (Red+Green+Blue) = 102+236+183=521 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.58% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #66ECB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66ECB7 is #991348. Grayscale: #BDBDBD. Windows color (decimal): -10031945 or 12053606. OLE color: 12053606.
HSL color Cylindrical-coordinate representation of color #66ECB7: hue angle of 156.27º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66ECB7 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 236 | 183 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.07 |
| HSL | 156.27º | 0.78% | 0.66% | - |
| HSV(B) | 156.27º | 0.57% | 0.93% | - |
| XYZ | 44.02 | 66.23 | 55.26 | - |
| YUV | 189.89 | 124.11 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 236 | 183 | 0.57 | 0 | 0.22 | 0.07 | 156.27 | 0.78 | 0.66 |
| Hex | 66 | EC | B7 | 39 | 0 | 16 | 7 | 9C | 4E | 42 |
| Octal | 146 | 354 | 267 | 71 | 0 | 26 | 7 | 234 | 116 | 102 |
| Binary | 1100110 | 11101100 | 10110111 | 111001 | 0 | 10110 | 111 | 10011100 | 1001110 | 1000010 |
Color Harmonies of #66ECB7
Complementary color
Monochromatic Colors of #66ECB7
Black with #66ECB7
Text Example
Text Example
White with #66ECB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ECB7; }
p { color: rgb(102,236,183); }
H1.HeaderClassName
{
color: #66ECB7;
}
.AnyTagClassName
{
color: #66ECB7;
}
</style>
background-color css
<style>
a { background-color: #66ECB7; }
a { background-color: rgb(102,236,183); }
div.DivClassName
{
background-color: #66ECB7;
}
.BgClassName
{
background-color: #66ECB7;
}
</style>
border-color css
<style>
span { border-color: #66ECB7; }
span { border-color: rgb(102,236,183); }
td.TdClassName
{
border-color: #66ECB7;
}
.TagClassName
{
border-color: #66ECB7;
}
</style>