Shades of Downy #66CCBB
Tints of Downy #66CCBB
RGB
CMYK
RGB Variations
Color information
#66CCBB (or 0x66CCBB) is known color: Downy. HEX triplet: 66, CC and BB. RGB value is (102,204,187). Sum of RGB (Red+Green+Blue) = 102+204+187=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 204 - color contains mainly: green. Hex color #66CCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CCBB is #993344. Grayscale: #ABABAB. Windows color (decimal): -10040133 or 12307558. OLE color: 12307558.
HSL color Cylindrical-coordinate representation of color #66CCBB: hue angle of 170º 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 #66CCBB is Cyan = 0.5, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 204 | 187 | - |
| CMYK | 0.5 | 0 | 0.08 | 0.2 |
| HSL | 170º | 0.5% | 0.6% | - |
| HSV(B) | 170º | 0.5% | 0.8% | - |
| XYZ | 36.04 | 49.6 | 54.69 | - |
| YUV | 171.56 | 136.71 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 187 | 0.5 | 0 | 0.08 | 0.2 | 170 | 0.5 | 0.6 |
| Hex | 66 | CC | BB | 32 | 0 | 8 | 14 | AA | 32 | 3C |
| Octal | 146 | 314 | 273 | 62 | 0 | 10 | 24 | 252 | 62 | 74 |
| Binary | 1100110 | 11001100 | 10111011 | 110010 | 0 | 1000 | 10100 | 10101010 | 110010 | 111100 |
Color Harmonies of #66CCBB
Complementary color
Monochromatic Colors of #66CCBB
Black with #66CCBB
Text Example
Text Example
White with #66CCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CCBB; }
p { color: rgb(102,204,187); }
H1.HeaderClassName
{
color: #66CCBB;
}
.AnyTagClassName
{
color: #66CCBB;
}
</style>
background-color css
<style>
a { background-color: #66CCBB; }
a { background-color: rgb(102,204,187); }
div.DivClassName
{
background-color: #66CCBB;
}
.BgClassName
{
background-color: #66CCBB;
}
</style>
border-color css
<style>
span { border-color: #66CCBB; }
span { border-color: rgb(102,204,187); }
td.TdClassName
{
border-color: #66CCBB;
}
.TagClassName
{
border-color: #66CCBB;
}
</style>