Shades of Downy #66D6C9
Tints of Downy #66D6C9
RGB
CMYK
RGB Variations
Color information
#66D6C9 (or 0x66D6C9) is known color: Downy. HEX triplet: 66, D6 and C9. RGB value is (102,214,201). Sum of RGB (Red+Green+Blue) = 102+214+201=517 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.73% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #66D6C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D6C9 is #992936. Grayscale: #B2B2B2. Windows color (decimal): -10037559 or 13227622. OLE color: 13227622.
HSL color Cylindrical-coordinate representation of color #66D6C9: hue angle of 173.04º degrees, saturation: 0.58, 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 #66D6C9 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 214 | 201 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.16 |
| HSL | 173.04º | 0.58% | 0.62% | - |
| HSV(B) | 173.04º | 0.52% | 0.84% | - |
| XYZ | 40.07 | 55.13 | 63.79 | - |
| YUV | 179.03 | 140.39 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 214 | 201 | 0.52 | 0 | 0.06 | 0.16 | 173.04 | 0.58 | 0.62 |
| Hex | 66 | D6 | C9 | 34 | 0 | 6 | 10 | AD | 3A | 3E |
| Octal | 146 | 326 | 311 | 64 | 0 | 6 | 20 | 255 | 72 | 76 |
| Binary | 1100110 | 11010110 | 11001001 | 110100 | 0 | 110 | 10000 | 10101101 | 111010 | 111110 |
Color Harmonies of #66D6C9
Complementary color
Monochromatic Colors of #66D6C9
Black with #66D6C9
Text Example
Text Example
White with #66D6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D6C9; }
p { color: rgb(102,214,201); }
H1.HeaderClassName
{
color: #66D6C9;
}
.AnyTagClassName
{
color: #66D6C9;
}
</style>
background-color css
<style>
a { background-color: #66D6C9; }
a { background-color: rgb(102,214,201); }
div.DivClassName
{
background-color: #66D6C9;
}
.BgClassName
{
background-color: #66D6C9;
}
</style>
border-color css
<style>
span { border-color: #66D6C9; }
span { border-color: rgb(102,214,201); }
td.TdClassName
{
border-color: #66D6C9;
}
.TagClassName
{
border-color: #66D6C9;
}
</style>