Shades of Downy #76DDB6
Tints of Downy #76DDB6
RGB
CMYK
RGB Variations
Color information
#76DDB6 (or 0x76DDB6) is known color: Downy. HEX triplet: 76, DD and B6. RGB value is (118,221,182). Sum of RGB (Red+Green+Blue) = 118+221+182=521 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.65% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DDB6 is #892249. Grayscale: #B9B9B9. Windows color (decimal): -8987210 or 11984246. OLE color: 11984246.
HSL color Cylindrical-coordinate representation of color #76DDB6: hue angle of 157.28º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DDB6 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 221 | 182 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.13 |
| HSL | 157.28º | 0.6% | 0.66% | - |
| HSV(B) | 157.28º | 0.47% | 0.87% | - |
| XYZ | 41.77 | 58.94 | 53.43 | - |
| YUV | 185.76 | 125.88 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 182 | 0.47 | 0 | 0.18 | 0.13 | 157.28 | 0.6 | 0.66 |
| Hex | 76 | DD | B6 | 2F | 0 | 12 | D | 9D | 3C | 42 |
| Octal | 166 | 335 | 266 | 57 | 0 | 22 | 15 | 235 | 74 | 102 |
| Binary | 1110110 | 11011101 | 10110110 | 101111 | 0 | 10010 | 1101 | 10011101 | 111100 | 1000010 |
Color Harmonies of #76DDB6
Complementary color
Monochromatic Colors of #76DDB6
Black with #76DDB6
Text Example
Text Example
White with #76DDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DDB6; }
p { color: rgb(118,221,182); }
H1.HeaderClassName
{
color: #76DDB6;
}
.AnyTagClassName
{
color: #76DDB6;
}
</style>
background-color css
<style>
a { background-color: #76DDB6; }
a { background-color: rgb(118,221,182); }
div.DivClassName
{
background-color: #76DDB6;
}
.BgClassName
{
background-color: #76DDB6;
}
</style>
border-color css
<style>
span { border-color: #76DDB6; }
span { border-color: rgb(118,221,182); }
td.TdClassName
{
border-color: #76DDB6;
}
.TagClassName
{
border-color: #76DDB6;
}
</style>