Shades of Downy #66C1BB
Tints of Downy #66C1BB
RGB
CMYK
RGB Variations
Color information
#66C1BB (or 0x66C1BB) is known color: Downy. HEX triplet: 66, C1 and BB. RGB value is (102,193,187). Sum of RGB (Red+Green+Blue) = 102+193+187=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #66C1BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C1BB is #993E44. Grayscale: #A5A5A5. Windows color (decimal): -10042949 or 12304742. OLE color: 12304742.
HSL color Cylindrical-coordinate representation of color #66C1BB: hue angle of 176.04º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66C1BB is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 193 | 187 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.24 |
| HSL | 176.04º | 0.42% | 0.58% | - |
| HSV(B) | 176.04º | 0.47% | 0.76% | - |
| XYZ | 33.52 | 44.55 | 53.85 | - |
| YUV | 165.11 | 140.35 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 193 | 187 | 0.47 | 0 | 0.03 | 0.24 | 176.04 | 0.42 | 0.58 |
| Hex | 66 | C1 | BB | 2F | 0 | 3 | 18 | B0 | 2A | 3A |
| Octal | 146 | 301 | 273 | 57 | 0 | 3 | 30 | 260 | 52 | 72 |
| Binary | 1100110 | 11000001 | 10111011 | 101111 | 0 | 11 | 11000 | 10110000 | 101010 | 111010 |
Color Harmonies of #66C1BB
Complementary color
Monochromatic Colors of #66C1BB
Black with #66C1BB
Text Example
Text Example
White with #66C1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C1BB; }
p { color: rgb(102,193,187); }
H1.HeaderClassName
{
color: #66C1BB;
}
.AnyTagClassName
{
color: #66C1BB;
}
</style>
background-color css
<style>
a { background-color: #66C1BB; }
a { background-color: rgb(102,193,187); }
div.DivClassName
{
background-color: #66C1BB;
}
.BgClassName
{
background-color: #66C1BB;
}
</style>
border-color css
<style>
span { border-color: #66C1BB; }
span { border-color: rgb(102,193,187); }
td.TdClassName
{
border-color: #66C1BB;
}
.TagClassName
{
border-color: #66C1BB;
}
</style>