Shades of Downy #76DCB6
Tints of Downy #76DCB6
RGB
CMYK
RGB Variations
Color information
#76DCB6 (or 0x76DCB6) is known color: Downy. HEX triplet: 76, DC and B6. RGB value is (118,220,182). Sum of RGB (Red+Green+Blue) = 118+220+182=520 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.69% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DCB6 is #892349. Grayscale: #B9B9B9. Windows color (decimal): -8987466 or 11983990. OLE color: 11983990.
HSL color Cylindrical-coordinate representation of color #76DCB6: hue angle of 157.65º 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 #76DCB6 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 182 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.14 |
| HSL | 157.65º | 0.59% | 0.66% | - |
| HSV(B) | 157.65º | 0.46% | 0.86% | - |
| XYZ | 41.51 | 58.42 | 53.34 | - |
| YUV | 185.17 | 126.21 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 182 | 0.46 | 0 | 0.17 | 0.14 | 157.65 | 0.59 | 0.66 |
| Hex | 76 | DC | B6 | 2E | 0 | 11 | E | 9E | 3B | 42 |
| Octal | 166 | 334 | 266 | 56 | 0 | 21 | 16 | 236 | 73 | 102 |
| Binary | 1110110 | 11011100 | 10110110 | 101110 | 0 | 10001 | 1110 | 10011110 | 111011 | 1000010 |
Color Harmonies of #76DCB6
Complementary color
Monochromatic Colors of #76DCB6
Black with #76DCB6
Text Example
Text Example
White with #76DCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DCB6; }
p { color: rgb(118,220,182); }
H1.HeaderClassName
{
color: #76DCB6;
}
.AnyTagClassName
{
color: #76DCB6;
}
</style>
background-color css
<style>
a { background-color: #76DCB6; }
a { background-color: rgb(118,220,182); }
div.DivClassName
{
background-color: #76DCB6;
}
.BgClassName
{
background-color: #76DCB6;
}
</style>
border-color css
<style>
span { border-color: #76DCB6; }
span { border-color: rgb(118,220,182); }
td.TdClassName
{
border-color: #76DCB6;
}
.TagClassName
{
border-color: #76DCB6;
}
</style>