Shades of Downy #66D5B7
Tints of Downy #66D5B7
RGB
CMYK
RGB Variations
Color information
#66D5B7 (or 0x66D5B7) is known color: Downy. HEX triplet: 66, D5 and B7. RGB value is (102,213,183). Sum of RGB (Red+Green+Blue) = 102+213+183=498 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.48% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #66D5B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D5B7 is #992A48. Grayscale: #B0B0B0. Windows color (decimal): -10037833 or 12047718. OLE color: 12047718.
HSL color Cylindrical-coordinate representation of color #66D5B7: hue angle of 163.78º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D5B7 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 213 | 183 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.16 |
| HSL | 163.78º | 0.57% | 0.62% | - |
| HSV(B) | 163.78º | 0.52% | 0.84% | - |
| XYZ | 37.82 | 53.83 | 53.2 | - |
| YUV | 176.39 | 131.73 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 213 | 183 | 0.52 | 0 | 0.14 | 0.16 | 163.78 | 0.57 | 0.62 |
| Hex | 66 | D5 | B7 | 34 | 0 | E | 10 | A4 | 39 | 3E |
| Octal | 146 | 325 | 267 | 64 | 0 | 16 | 20 | 244 | 71 | 76 |
| Binary | 1100110 | 11010101 | 10110111 | 110100 | 0 | 1110 | 10000 | 10100100 | 111001 | 111110 |
Color Harmonies of #66D5B7
Complementary color
Monochromatic Colors of #66D5B7
Black with #66D5B7
Text Example
Text Example
White with #66D5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D5B7; }
p { color: rgb(102,213,183); }
H1.HeaderClassName
{
color: #66D5B7;
}
.AnyTagClassName
{
color: #66D5B7;
}
</style>
background-color css
<style>
a { background-color: #66D5B7; }
a { background-color: rgb(102,213,183); }
div.DivClassName
{
background-color: #66D5B7;
}
.BgClassName
{
background-color: #66D5B7;
}
</style>
border-color css
<style>
span { border-color: #66D5B7; }
span { border-color: rgb(102,213,183); }
td.TdClassName
{
border-color: #66D5B7;
}
.TagClassName
{
border-color: #66D5B7;
}
</style>