Shades of Downy #76D9BA
Tints of Downy #76D9BA
RGB
CMYK
RGB Variations
Color information
#76D9BA (or 0x76D9BA) is known color: Downy. HEX triplet: 76, D9 and BA. RGB value is (118,217,186). Sum of RGB (Red+Green+Blue) = 118+217+186=521 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.65% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #76D9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D9BA is #892645. Grayscale: #B7B7B7. Windows color (decimal): -8988230 or 12245366. OLE color: 12245366.
HSL color Cylindrical-coordinate representation of color #76D9BA: hue angle of 161.21º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76D9BA is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 217 | 186 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.15 |
| HSL | 161.21º | 0.57% | 0.66% | - |
| HSV(B) | 161.21º | 0.46% | 0.85% | - |
| XYZ | 41.15 | 57.02 | 55.29 | - |
| YUV | 183.87 | 129.2 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 217 | 186 | 0.46 | 0 | 0.14 | 0.15 | 161.21 | 0.57 | 0.66 |
| Hex | 76 | D9 | BA | 2E | 0 | E | F | A1 | 39 | 42 |
| Octal | 166 | 331 | 272 | 56 | 0 | 16 | 17 | 241 | 71 | 102 |
| Binary | 1110110 | 11011001 | 10111010 | 101110 | 0 | 1110 | 1111 | 10100001 | 111001 | 1000010 |
Color Harmonies of #76D9BA
Complementary color
Monochromatic Colors of #76D9BA
Black with #76D9BA
Text Example
Text Example
White with #76D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D9BA; }
p { color: rgb(118,217,186); }
H1.HeaderClassName
{
color: #76D9BA;
}
.AnyTagClassName
{
color: #76D9BA;
}
</style>
background-color css
<style>
a { background-color: #76D9BA; }
a { background-color: rgb(118,217,186); }
div.DivClassName
{
background-color: #76D9BA;
}
.BgClassName
{
background-color: #76D9BA;
}
</style>
border-color css
<style>
span { border-color: #76D9BA; }
span { border-color: rgb(118,217,186); }
td.TdClassName
{
border-color: #76D9BA;
}
.TagClassName
{
border-color: #76D9BA;
}
</style>