Shades of Downy #76D8BC
Tints of Downy #76D8BC
RGB
CMYK
RGB Variations
Color information
#76D8BC (or 0x76D8BC) is known color: Downy. HEX triplet: 76, D8 and BC. RGB value is (118,216,188). Sum of RGB (Red+Green+Blue) = 118+216+188=522 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.61% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #76D8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D8BC is #892743. Grayscale: #B7B7B7. Windows color (decimal): -8988484 or 12376182. OLE color: 12376182.
HSL color Cylindrical-coordinate representation of color #76D8BC: hue angle of 162.86º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D8BC is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 216 | 188 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.15 |
| HSL | 162.86º | 0.56% | 0.65% | - |
| HSV(B) | 162.86º | 0.45% | 0.85% | - |
| XYZ | 41.1 | 56.59 | 56.33 | - |
| YUV | 183.51 | 130.53 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 216 | 188 | 0.45 | 0 | 0.13 | 0.15 | 162.86 | 0.56 | 0.65 |
| Hex | 76 | D8 | BC | 2D | 0 | D | F | A3 | 38 | 41 |
| Octal | 166 | 330 | 274 | 55 | 0 | 15 | 17 | 243 | 70 | 101 |
| Binary | 1110110 | 11011000 | 10111100 | 101101 | 0 | 1101 | 1111 | 10100011 | 111000 | 1000001 |
Color Harmonies of #76D8BC
Complementary color
Monochromatic Colors of #76D8BC
Black with #76D8BC
Text Example
Text Example
White with #76D8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D8BC; }
p { color: rgb(118,216,188); }
H1.HeaderClassName
{
color: #76D8BC;
}
.AnyTagClassName
{
color: #76D8BC;
}
</style>
background-color css
<style>
a { background-color: #76D8BC; }
a { background-color: rgb(118,216,188); }
div.DivClassName
{
background-color: #76D8BC;
}
.BgClassName
{
background-color: #76D8BC;
}
</style>
border-color css
<style>
span { border-color: #76D8BC; }
span { border-color: rgb(118,216,188); }
td.TdClassName
{
border-color: #76D8BC;
}
.TagClassName
{
border-color: #76D8BC;
}
</style>