Shades of Downy #76D5B5
Tints of Downy #76D5B5
RGB
CMYK
RGB Variations
Color information
#76D5B5 (or 0x76D5B5) is known color: Downy. HEX triplet: 76, D5 and B5. RGB value is (118,213,181). Sum of RGB (Red+Green+Blue) = 118+213+181=512 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.05% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #76D5B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D5B5 is #892A4A. Grayscale: #B4B4B4. Windows color (decimal): -8989259 or 11916662. OLE color: 11916662.
HSL color Cylindrical-coordinate representation of color #76D5B5: hue angle of 159.79º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D5B5 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 213 | 181 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.16 |
| HSL | 159.79º | 0.53% | 0.65% | - |
| HSV(B) | 159.79º | 0.45% | 0.84% | - |
| XYZ | 39.61 | 54.78 | 52.2 | - |
| YUV | 180.95 | 128.03 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 213 | 181 | 0.45 | 0 | 0.15 | 0.16 | 159.79 | 0.53 | 0.65 |
| Hex | 76 | D5 | B5 | 2D | 0 | F | 10 | A0 | 35 | 41 |
| Octal | 166 | 325 | 265 | 55 | 0 | 17 | 20 | 240 | 65 | 101 |
| Binary | 1110110 | 11010101 | 10110101 | 101101 | 0 | 1111 | 10000 | 10100000 | 110101 | 1000001 |
Color Harmonies of #76D5B5
Complementary color
Monochromatic Colors of #76D5B5
Black with #76D5B5
Text Example
Text Example
White with #76D5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D5B5; }
p { color: rgb(118,213,181); }
H1.HeaderClassName
{
color: #76D5B5;
}
.AnyTagClassName
{
color: #76D5B5;
}
</style>
background-color css
<style>
a { background-color: #76D5B5; }
a { background-color: rgb(118,213,181); }
div.DivClassName
{
background-color: #76D5B5;
}
.BgClassName
{
background-color: #76D5B5;
}
</style>
border-color css
<style>
span { border-color: #76D5B5; }
span { border-color: rgb(118,213,181); }
td.TdClassName
{
border-color: #76D5B5;
}
.TagClassName
{
border-color: #76D5B5;
}
</style>