Shades of Downy #76D5C0
Tints of Downy #76D5C0
RGB
CMYK
RGB Variations
Color information
#76D5C0 (or 0x76D5C0) is known color: Downy. HEX triplet: 76, D5 and C0. RGB value is (118,213,192). Sum of RGB (Red+Green+Blue) = 118+213+192=523 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.56% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #76D5C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D5C0 is #892A3F. Grayscale: #B6B6B6. Windows color (decimal): -8989248 or 12637558. OLE color: 12637558.
HSL color Cylindrical-coordinate representation of color #76D5C0: hue angle of 166.74º 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 #76D5C0 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 213 | 192 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.16 |
| HSL | 166.74º | 0.53% | 0.65% | - |
| HSV(B) | 166.74º | 0.45% | 0.84% | - |
| XYZ | 40.78 | 55.25 | 58.38 | - |
| YUV | 182.2 | 133.53 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 213 | 192 | 0.45 | 0 | 0.10 | 0.16 | 166.74 | 0.53 | 0.65 |
| Hex | 76 | D5 | C0 | 2D | 0 | A | 10 | A7 | 35 | 41 |
| Octal | 166 | 325 | 300 | 55 | 0 | 12 | 20 | 247 | 65 | 101 |
| Binary | 1110110 | 11010101 | 11000000 | 101101 | 0 | 1010 | 10000 | 10100111 | 110101 | 1000001 |
Color Harmonies of #76D5C0
Complementary color
Monochromatic Colors of #76D5C0
Black with #76D5C0
Text Example
Text Example
White with #76D5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D5C0; }
p { color: rgb(118,213,192); }
H1.HeaderClassName
{
color: #76D5C0;
}
.AnyTagClassName
{
color: #76D5C0;
}
</style>
background-color css
<style>
a { background-color: #76D5C0; }
a { background-color: rgb(118,213,192); }
div.DivClassName
{
background-color: #76D5C0;
}
.BgClassName
{
background-color: #76D5C0;
}
</style>
border-color css
<style>
span { border-color: #76D5C0; }
span { border-color: rgb(118,213,192); }
td.TdClassName
{
border-color: #76D5C0;
}
.TagClassName
{
border-color: #76D5C0;
}
</style>