Shades of Downy #76DCB7
Tints of Downy #76DCB7
RGB
CMYK
RGB Variations
Color information
#76DCB7 (or 0x76DCB7) is known color: Downy. HEX triplet: 76, DC and B7. RGB value is (118,220,183). Sum of RGB (Red+Green+Blue) = 118+220+183=521 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.65% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DCB7 is #892348. Grayscale: #B9B9B9. Windows color (decimal): -8987465 or 12049526. OLE color: 12049526.
HSL color Cylindrical-coordinate representation of color #76DCB7: hue angle of 158.24º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DCB7 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 183 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.14 |
| HSL | 158.24º | 0.59% | 0.66% | - |
| HSV(B) | 158.24º | 0.46% | 0.86% | - |
| XYZ | 41.61 | 58.46 | 53.89 | - |
| YUV | 185.28 | 126.71 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 183 | 0.46 | 0 | 0.17 | 0.14 | 158.24 | 0.59 | 0.66 |
| Hex | 76 | DC | B7 | 2E | 0 | 11 | E | 9E | 3B | 42 |
| Octal | 166 | 334 | 267 | 56 | 0 | 21 | 16 | 236 | 73 | 102 |
| Binary | 1110110 | 11011100 | 10110111 | 101110 | 0 | 10001 | 1110 | 10011110 | 111011 | 1000010 |
Color Harmonies of #76DCB7
Complementary color
Monochromatic Colors of #76DCB7
Black with #76DCB7
Text Example
Text Example
White with #76DCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DCB7; }
p { color: rgb(118,220,183); }
H1.HeaderClassName
{
color: #76DCB7;
}
.AnyTagClassName
{
color: #76DCB7;
}
</style>
background-color css
<style>
a { background-color: #76DCB7; }
a { background-color: rgb(118,220,183); }
div.DivClassName
{
background-color: #76DCB7;
}
.BgClassName
{
background-color: #76DCB7;
}
</style>
border-color css
<style>
span { border-color: #76DCB7; }
span { border-color: rgb(118,220,183); }
td.TdClassName
{
border-color: #76DCB7;
}
.TagClassName
{
border-color: #76DCB7;
}
</style>