Shades of Downy #66CCC3
Tints of Downy #66CCC3
RGB
CMYK
RGB Variations
Color information
#66CCC3 (or 0x66CCC3) is known color: Downy. HEX triplet: 66, CC and C3. RGB value is (102,204,195). Sum of RGB (Red+Green+Blue) = 102+204+195=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 204 - color contains mainly: green. Hex color #66CCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CCC3 is #99333C. Grayscale: #ACACAC. Windows color (decimal): -10040125 or 12831846. OLE color: 12831846.
HSL color Cylindrical-coordinate representation of color #66CCC3: hue angle of 174.71º 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 #66CCC3 is Cyan = 0.5, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 204 | 195 | - |
| CMYK | 0.5 | 0 | 0.04 | 0.2 |
| HSL | 174.71º | 0.5% | 0.6% | - |
| HSV(B) | 174.71º | 0.5% | 0.8% | - |
| XYZ | 36.92 | 49.95 | 59.33 | - |
| YUV | 172.48 | 140.71 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 195 | 0.5 | 0 | 0.04 | 0.2 | 174.71 | 0.5 | 0.6 |
| Hex | 66 | CC | C3 | 32 | 0 | 4 | 14 | AF | 32 | 3C |
| Octal | 146 | 314 | 303 | 62 | 0 | 4 | 24 | 257 | 62 | 74 |
| Binary | 1100110 | 11001100 | 11000011 | 110010 | 0 | 100 | 10100 | 10101111 | 110010 | 111100 |
Color Harmonies of #66CCC3
Complementary color
Monochromatic Colors of #66CCC3
Black with #66CCC3
Text Example
Text Example
White with #66CCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CCC3; }
p { color: rgb(102,204,195); }
H1.HeaderClassName
{
color: #66CCC3;
}
.AnyTagClassName
{
color: #66CCC3;
}
</style>
background-color css
<style>
a { background-color: #66CCC3; }
a { background-color: rgb(102,204,195); }
div.DivClassName
{
background-color: #66CCC3;
}
.BgClassName
{
background-color: #66CCC3;
}
</style>
border-color css
<style>
span { border-color: #66CCC3; }
span { border-color: rgb(102,204,195); }
td.TdClassName
{
border-color: #66CCC3;
}
.TagClassName
{
border-color: #66CCC3;
}
</style>