Shades of Downy #76DBB5
Tints of Downy #76DBB5
RGB
CMYK
RGB Variations
Color information
#76DBB5 (or 0x76DBB5) is known color: Downy. HEX triplet: 76, DB and B5. RGB value is (118,219,181). Sum of RGB (Red+Green+Blue) = 118+219+181=518 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.78% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #76DBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DBB5 is #89244A. Grayscale: #B8B8B8. Windows color (decimal): -8987723 or 11918198. OLE color: 11918198.
HSL color Cylindrical-coordinate representation of color #76DBB5: hue angle of 157.43º degrees, saturation: 0.58, 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 #76DBB5 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 219 | 181 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.14 |
| HSL | 157.43º | 0.58% | 0.66% | - |
| HSV(B) | 157.43º | 0.46% | 0.86% | - |
| XYZ | 41.14 | 57.85 | 52.71 | - |
| YUV | 184.47 | 126.04 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 181 | 0.46 | 0 | 0.17 | 0.14 | 157.43 | 0.58 | 0.66 |
| Hex | 76 | DB | B5 | 2E | 0 | 11 | E | 9D | 3A | 42 |
| Octal | 166 | 333 | 265 | 56 | 0 | 21 | 16 | 235 | 72 | 102 |
| Binary | 1110110 | 11011011 | 10110101 | 101110 | 0 | 10001 | 1110 | 10011101 | 111010 | 1000010 |
Color Harmonies of #76DBB5
Complementary color
Monochromatic Colors of #76DBB5
Black with #76DBB5
Text Example
Text Example
White with #76DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DBB5; }
p { color: rgb(118,219,181); }
H1.HeaderClassName
{
color: #76DBB5;
}
.AnyTagClassName
{
color: #76DBB5;
}
</style>
background-color css
<style>
a { background-color: #76DBB5; }
a { background-color: rgb(118,219,181); }
div.DivClassName
{
background-color: #76DBB5;
}
.BgClassName
{
background-color: #76DBB5;
}
</style>
border-color css
<style>
span { border-color: #76DBB5; }
span { border-color: rgb(118,219,181); }
td.TdClassName
{
border-color: #76DBB5;
}
.TagClassName
{
border-color: #76DBB5;
}
</style>