Shades of Downy #66D0C7
Tints of Downy #66D0C7
RGB
CMYK
RGB Variations
Color information
#66D0C7 (or 0x66D0C7) is known color: Downy. HEX triplet: 66, D0 and C7. RGB value is (102,208,199). Sum of RGB (Red+Green+Blue) = 102+208+199=509 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.04% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #66D0C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D0C7 is #992F38. Grayscale: #AFAFAF. Windows color (decimal): -10039097 or 13095014. OLE color: 13095014.
HSL color Cylindrical-coordinate representation of color #66D0C7: hue angle of 174.91º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66D0C7 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 199 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.18 |
| HSL | 174.91º | 0.53% | 0.61% | - |
| HSV(B) | 174.91º | 0.51% | 0.82% | - |
| XYZ | 38.34 | 52.06 | 62.06 | - |
| YUV | 175.28 | 141.38 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 199 | 0.51 | 0 | 0.04 | 0.18 | 174.91 | 0.53 | 0.61 |
| Hex | 66 | D0 | C7 | 33 | 0 | 4 | 12 | AF | 35 | 3D |
| Octal | 146 | 320 | 307 | 63 | 0 | 4 | 22 | 257 | 65 | 75 |
| Binary | 1100110 | 11010000 | 11000111 | 110011 | 0 | 100 | 10010 | 10101111 | 110101 | 111101 |
Color Harmonies of #66D0C7
Complementary color
Monochromatic Colors of #66D0C7
Black with #66D0C7
Text Example
Text Example
White with #66D0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D0C7; }
p { color: rgb(102,208,199); }
H1.HeaderClassName
{
color: #66D0C7;
}
.AnyTagClassName
{
color: #66D0C7;
}
</style>
background-color css
<style>
a { background-color: #66D0C7; }
a { background-color: rgb(102,208,199); }
div.DivClassName
{
background-color: #66D0C7;
}
.BgClassName
{
background-color: #66D0C7;
}
</style>
border-color css
<style>
span { border-color: #66D0C7; }
span { border-color: rgb(102,208,199); }
td.TdClassName
{
border-color: #66D0C7;
}
.TagClassName
{
border-color: #66D0C7;
}
</style>