Shades of Downy #76D2B9
Tints of Downy #76D2B9
RGB
CMYK
RGB Variations
Color information
#76D2B9 (or 0x76D2B9) is known color: Downy. HEX triplet: 76, D2 and B9. RGB value is (118,210,185). Sum of RGB (Red+Green+Blue) = 118+210+185=513 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.00% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #76D2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D2B9 is #892D46. Grayscale: #B3B3B3. Windows color (decimal): -8990023 or 12178038. OLE color: 12178038.
HSL color Cylindrical-coordinate representation of color #76D2B9: hue angle of 163.7º degrees, saturation: 0.51, 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 #76D2B9 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 210 | 185 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.18 |
| HSL | 163.7º | 0.51% | 0.64% | - |
| HSV(B) | 163.7º | 0.44% | 0.82% | - |
| XYZ | 39.27 | 53.45 | 54.15 | - |
| YUV | 179.64 | 131.02 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 210 | 185 | 0.44 | 0 | 0.12 | 0.18 | 163.7 | 0.51 | 0.64 |
| Hex | 76 | D2 | B9 | 2C | 0 | C | 12 | A4 | 33 | 40 |
| Octal | 166 | 322 | 271 | 54 | 0 | 14 | 22 | 244 | 63 | 100 |
| Binary | 1110110 | 11010010 | 10111001 | 101100 | 0 | 1100 | 10010 | 10100100 | 110011 | 1000000 |
Color Harmonies of #76D2B9
Complementary color
Monochromatic Colors of #76D2B9
Black with #76D2B9
Text Example
Text Example
White with #76D2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D2B9; }
p { color: rgb(118,210,185); }
H1.HeaderClassName
{
color: #76D2B9;
}
.AnyTagClassName
{
color: #76D2B9;
}
</style>
background-color css
<style>
a { background-color: #76D2B9; }
a { background-color: rgb(118,210,185); }
div.DivClassName
{
background-color: #76D2B9;
}
.BgClassName
{
background-color: #76D2B9;
}
</style>
border-color css
<style>
span { border-color: #76D2B9; }
span { border-color: rgb(118,210,185); }
td.TdClassName
{
border-color: #76D2B9;
}
.TagClassName
{
border-color: #76D2B9;
}
</style>