Shades of Downy #66D9C5
Tints of Downy #66D9C5
RGB
CMYK
RGB Variations
Color information
#66D9C5 (or 0x66D9C5) is known color: Downy. HEX triplet: 66, D9 and C5. RGB value is (102,217,197). Sum of RGB (Red+Green+Blue) = 102+217+197=516 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.77% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #66D9C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D9C5 is #99263A. Grayscale: #B4B4B4. Windows color (decimal): -10036795 or 12966246. OLE color: 12966246.
HSL color Cylindrical-coordinate representation of color #66D9C5: hue angle of 169.57º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D9C5 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 217 | 197 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.15 |
| HSL | 169.57º | 0.6% | 0.63% | - |
| HSV(B) | 169.57º | 0.53% | 0.85% | - |
| XYZ | 40.37 | 56.48 | 61.6 | - |
| YUV | 180.34 | 137.4 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 217 | 197 | 0.53 | 0 | 0.09 | 0.15 | 169.57 | 0.6 | 0.63 |
| Hex | 66 | D9 | C5 | 35 | 0 | 9 | F | AA | 3C | 3F |
| Octal | 146 | 331 | 305 | 65 | 0 | 11 | 17 | 252 | 74 | 77 |
| Binary | 1100110 | 11011001 | 11000101 | 110101 | 0 | 1001 | 1111 | 10101010 | 111100 | 111111 |
Color Harmonies of #66D9C5
Complementary color
Monochromatic Colors of #66D9C5
Black with #66D9C5
Text Example
Text Example
White with #66D9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D9C5; }
p { color: rgb(102,217,197); }
H1.HeaderClassName
{
color: #66D9C5;
}
.AnyTagClassName
{
color: #66D9C5;
}
</style>
background-color css
<style>
a { background-color: #66D9C5; }
a { background-color: rgb(102,217,197); }
div.DivClassName
{
background-color: #66D9C5;
}
.BgClassName
{
background-color: #66D9C5;
}
</style>
border-color css
<style>
span { border-color: #66D9C5; }
span { border-color: rgb(102,217,197); }
td.TdClassName
{
border-color: #66D9C5;
}
.TagClassName
{
border-color: #66D9C5;
}
</style>