Shades of Downy #76DCB5
Tints of Downy #76DCB5
RGB
CMYK
RGB Variations
Color information
#76DCB5 (or 0x76DCB5) is known color: Downy. HEX triplet: 76, DC and B5. RGB value is (118,220,181). Sum of RGB (Red+Green+Blue) = 118+220+181=519 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.74% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DCB5 is #89234A. Grayscale: #B9B9B9. Windows color (decimal): -8987467 or 11918454. OLE color: 11918454.
HSL color Cylindrical-coordinate representation of color #76DCB5: hue angle of 157.06º 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 #76DCB5 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 181 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.14 |
| HSL | 157.06º | 0.59% | 0.66% | - |
| HSV(B) | 157.06º | 0.46% | 0.86% | - |
| XYZ | 41.4 | 58.37 | 52.8 | - |
| YUV | 185.06 | 125.71 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 181 | 0.46 | 0 | 0.18 | 0.14 | 157.06 | 0.59 | 0.66 |
| Hex | 76 | DC | B5 | 2E | 0 | 12 | E | 9D | 3B | 42 |
| Octal | 166 | 334 | 265 | 56 | 0 | 22 | 16 | 235 | 73 | 102 |
| Binary | 1110110 | 11011100 | 10110101 | 101110 | 0 | 10010 | 1110 | 10011101 | 111011 | 1000010 |
Color Harmonies of #76DCB5
Complementary color
Monochromatic Colors of #76DCB5
Black with #76DCB5
Text Example
Text Example
White with #76DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DCB5; }
p { color: rgb(118,220,181); }
H1.HeaderClassName
{
color: #76DCB5;
}
.AnyTagClassName
{
color: #76DCB5;
}
</style>
background-color css
<style>
a { background-color: #76DCB5; }
a { background-color: rgb(118,220,181); }
div.DivClassName
{
background-color: #76DCB5;
}
.BgClassName
{
background-color: #76DCB5;
}
</style>
border-color css
<style>
span { border-color: #76DCB5; }
span { border-color: rgb(118,220,181); }
td.TdClassName
{
border-color: #76DCB5;
}
.TagClassName
{
border-color: #76DCB5;
}
</style>