Shades of Downy #66DCC5
Tints of Downy #66DCC5
RGB
CMYK
RGB Variations
Color information
#66DCC5 (or 0x66DCC5) is known color: Downy. HEX triplet: 66, DC and C5. RGB value is (102,220,197). Sum of RGB (Red+Green+Blue) = 102+220+197=519 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.65% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #66DCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DCC5 is #99233A. Grayscale: #B6B6B6. Windows color (decimal): -10036027 or 12967014. OLE color: 12967014.
HSL color Cylindrical-coordinate representation of color #66DCC5: hue angle of 168.31º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DCC5 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 220 | 197 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.14 |
| HSL | 168.31º | 0.63% | 0.63% | - |
| HSV(B) | 168.31º | 0.54% | 0.86% | - |
| XYZ | 41.15 | 58.04 | 61.86 | - |
| YUV | 182.1 | 136.41 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 220 | 197 | 0.54 | 0 | 0.10 | 0.14 | 168.31 | 0.63 | 0.63 |
| Hex | 66 | DC | C5 | 36 | 0 | A | E | A8 | 3F | 3F |
| Octal | 146 | 334 | 305 | 66 | 0 | 12 | 16 | 250 | 77 | 77 |
| Binary | 1100110 | 11011100 | 11000101 | 110110 | 0 | 1010 | 1110 | 10101000 | 111111 | 111111 |
Color Harmonies of #66DCC5
Complementary color
Monochromatic Colors of #66DCC5
Black with #66DCC5
Text Example
Text Example
White with #66DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DCC5; }
p { color: rgb(102,220,197); }
H1.HeaderClassName
{
color: #66DCC5;
}
.AnyTagClassName
{
color: #66DCC5;
}
</style>
background-color css
<style>
a { background-color: #66DCC5; }
a { background-color: rgb(102,220,197); }
div.DivClassName
{
background-color: #66DCC5;
}
.BgClassName
{
background-color: #66DCC5;
}
</style>
border-color css
<style>
span { border-color: #66DCC5; }
span { border-color: rgb(102,220,197); }
td.TdClassName
{
border-color: #66DCC5;
}
.TagClassName
{
border-color: #66DCC5;
}
</style>