Shades of Downy #66DFBE
Tints of Downy #66DFBE
RGB
CMYK
RGB Variations
Color information
#66DFBE (or 0x66DFBE) is known color: Downy. HEX triplet: 66, DF and BE. RGB value is (102,223,190). Sum of RGB (Red+Green+Blue) = 102+223+190=515 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.81% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #66DFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DFBE is #992041. Grayscale: #B7B7B7. Windows color (decimal): -10035266 or 12509030. OLE color: 12509030.
HSL color Cylindrical-coordinate representation of color #66DFBE: hue angle of 163.64º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DFBE is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 190 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.13 |
| HSL | 163.64º | 0.65% | 0.64% | - |
| HSV(B) | 163.64º | 0.54% | 0.87% | - |
| XYZ | 41.16 | 59.32 | 58 | - |
| YUV | 183.06 | 131.91 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 190 | 0.54 | 0 | 0.15 | 0.13 | 163.64 | 0.65 | 0.64 |
| Hex | 66 | DF | BE | 36 | 0 | F | D | A4 | 41 | 40 |
| Octal | 146 | 337 | 276 | 66 | 0 | 17 | 15 | 244 | 101 | 100 |
| Binary | 1100110 | 11011111 | 10111110 | 110110 | 0 | 1111 | 1101 | 10100100 | 1000001 | 1000000 |
Color Harmonies of #66DFBE
Complementary color
Monochromatic Colors of #66DFBE
Black with #66DFBE
Text Example
Text Example
White with #66DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DFBE; }
p { color: rgb(102,223,190); }
H1.HeaderClassName
{
color: #66DFBE;
}
.AnyTagClassName
{
color: #66DFBE;
}
</style>
background-color css
<style>
a { background-color: #66DFBE; }
a { background-color: rgb(102,223,190); }
div.DivClassName
{
background-color: #66DFBE;
}
.BgClassName
{
background-color: #66DFBE;
}
</style>
border-color css
<style>
span { border-color: #66DFBE; }
span { border-color: rgb(102,223,190); }
td.TdClassName
{
border-color: #66DFBE;
}
.TagClassName
{
border-color: #66DFBE;
}
</style>