Shades of Downy #66CCC6
Tints of Downy #66CCC6
RGB
CMYK
RGB Variations
Color information
#66CCC6 (or 0x66CCC6) is known color: Downy. HEX triplet: 66, CC and C6. RGB value is (102,204,198). Sum of RGB (Red+Green+Blue) = 102+204+198=504 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.24% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #66CCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CCC6 is #993339. Grayscale: #ACACAC. Windows color (decimal): -10040122 or 13028454. OLE color: 13028454.
HSL color Cylindrical-coordinate representation of color #66CCC6: hue angle of 176.47º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CCC6 is Cyan = 0.5, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 204 | 198 | - |
| CMYK | 0.5 | 0 | 0.03 | 0.2 |
| HSL | 176.47º | 0.5% | 0.6% | - |
| HSV(B) | 176.47º | 0.5% | 0.8% | - |
| XYZ | 37.27 | 50.09 | 61.13 | - |
| YUV | 172.82 | 142.21 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 198 | 0.5 | 0 | 0.03 | 0.2 | 176.47 | 0.5 | 0.6 |
| Hex | 66 | CC | C6 | 32 | 0 | 3 | 14 | B0 | 32 | 3C |
| Octal | 146 | 314 | 306 | 62 | 0 | 3 | 24 | 260 | 62 | 74 |
| Binary | 1100110 | 11001100 | 11000110 | 110010 | 0 | 11 | 10100 | 10110000 | 110010 | 111100 |
Color Harmonies of #66CCC6
Complementary color
Monochromatic Colors of #66CCC6
Black with #66CCC6
Text Example
Text Example
White with #66CCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CCC6; }
p { color: rgb(102,204,198); }
H1.HeaderClassName
{
color: #66CCC6;
}
.AnyTagClassName
{
color: #66CCC6;
}
</style>
background-color css
<style>
a { background-color: #66CCC6; }
a { background-color: rgb(102,204,198); }
div.DivClassName
{
background-color: #66CCC6;
}
.BgClassName
{
background-color: #66CCC6;
}
</style>
border-color css
<style>
span { border-color: #66CCC6; }
span { border-color: rgb(102,204,198); }
td.TdClassName
{
border-color: #66CCC6;
}
.TagClassName
{
border-color: #66CCC6;
}
</style>