Shades of Downy #76D1BC
Tints of Downy #76D1BC
RGB
CMYK
RGB Variations
Color information
#76D1BC (or 0x76D1BC) is known color: Downy. HEX triplet: 76, D1 and BC. RGB value is (118,209,188). Sum of RGB (Red+Green+Blue) = 118+209+188=515 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.91% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #76D1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D1BC is #892E43. Grayscale: #B3B3B3. Windows color (decimal): -8990276 or 12374390. OLE color: 12374390.
HSL color Cylindrical-coordinate representation of color #76D1BC: hue angle of 166.15º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D1BC is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 209 | 188 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.18 |
| HSL | 166.15º | 0.5% | 0.64% | - |
| HSV(B) | 166.15º | 0.44% | 0.82% | - |
| XYZ | 39.35 | 53.08 | 55.75 | - |
| YUV | 179.4 | 132.85 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 209 | 188 | 0.44 | 0 | 0.10 | 0.18 | 166.15 | 0.5 | 0.64 |
| Hex | 76 | D1 | BC | 2C | 0 | A | 12 | A6 | 32 | 40 |
| Octal | 166 | 321 | 274 | 54 | 0 | 12 | 22 | 246 | 62 | 100 |
| Binary | 1110110 | 11010001 | 10111100 | 101100 | 0 | 1010 | 10010 | 10100110 | 110010 | 1000000 |
Color Harmonies of #76D1BC
Complementary color
Monochromatic Colors of #76D1BC
Black with #76D1BC
Text Example
Text Example
White with #76D1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D1BC; }
p { color: rgb(118,209,188); }
H1.HeaderClassName
{
color: #76D1BC;
}
.AnyTagClassName
{
color: #76D1BC;
}
</style>
background-color css
<style>
a { background-color: #76D1BC; }
a { background-color: rgb(118,209,188); }
div.DivClassName
{
background-color: #76D1BC;
}
.BgClassName
{
background-color: #76D1BC;
}
</style>
border-color css
<style>
span { border-color: #76D1BC; }
span { border-color: rgb(118,209,188); }
td.TdClassName
{
border-color: #76D1BC;
}
.TagClassName
{
border-color: #76D1BC;
}
</style>