Shades of Downy #66D9CC
Tints of Downy #66D9CC
RGB
CMYK
RGB Variations
Color information
#66D9CC (or 0x66D9CC) is known color: Downy. HEX triplet: 66, D9 and CC. RGB value is (102,217,204). Sum of RGB (Red+Green+Blue) = 102+217+204=523 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.50% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 217 - color contains mainly: green. Hex color #66D9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D9CC is #992633. Grayscale: #B5B5B5. Windows color (decimal): -10036788 or 13424998. OLE color: 13424998.
HSL color Cylindrical-coordinate representation of color #66D9CC: hue angle of 173.22º 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 #66D9CC is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 217 | 204 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.15 |
| HSL | 173.22º | 0.6% | 0.63% | - |
| HSV(B) | 173.22º | 0.53% | 0.85% | - |
| XYZ | 41.19 | 56.81 | 65.92 | - |
| YUV | 181.13 | 140.9 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 217 | 204 | 0.53 | 0 | 0.06 | 0.15 | 173.22 | 0.6 | 0.63 |
| Hex | 66 | D9 | CC | 35 | 0 | 6 | F | AD | 3C | 3F |
| Octal | 146 | 331 | 314 | 65 | 0 | 6 | 17 | 255 | 74 | 77 |
| Binary | 1100110 | 11011001 | 11001100 | 110101 | 0 | 110 | 1111 | 10101101 | 111100 | 111111 |
Color Harmonies of #66D9CC
Complementary color
Monochromatic Colors of #66D9CC
Black with #66D9CC
Text Example
Text Example
White with #66D9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D9CC; }
p { color: rgb(102,217,204); }
H1.HeaderClassName
{
color: #66D9CC;
}
.AnyTagClassName
{
color: #66D9CC;
}
</style>
background-color css
<style>
a { background-color: #66D9CC; }
a { background-color: rgb(102,217,204); }
div.DivClassName
{
background-color: #66D9CC;
}
.BgClassName
{
background-color: #66D9CC;
}
</style>
border-color css
<style>
span { border-color: #66D9CC; }
span { border-color: rgb(102,217,204); }
td.TdClassName
{
border-color: #66D9CC;
}
.TagClassName
{
border-color: #66D9CC;
}
</style>