Shades of Downy #76DBC0
Tints of Downy #76DBC0
RGB
CMYK
RGB Variations
Color information
#76DBC0 (or 0x76DBC0) is known color: Downy. HEX triplet: 76, DB and C0. RGB value is (118,219,192). Sum of RGB (Red+Green+Blue) = 118+219+192=529 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.31% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #76DBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DBC0 is #89243F. Grayscale: #B9B9B9. Windows color (decimal): -8987712 or 12639094. OLE color: 12639094.
HSL color Cylindrical-coordinate representation of color #76DBC0: hue angle of 163.96º 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 #76DBC0 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 219 | 192 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.14 |
| HSL | 163.96º | 0.58% | 0.66% | - |
| HSV(B) | 163.96º | 0.46% | 0.86% | - |
| XYZ | 42.32 | 58.32 | 58.9 | - |
| YUV | 185.72 | 131.54 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 192 | 0.46 | 0 | 0.12 | 0.14 | 163.96 | 0.58 | 0.66 |
| Hex | 76 | DB | C0 | 2E | 0 | C | E | A4 | 3A | 42 |
| Octal | 166 | 333 | 300 | 56 | 0 | 14 | 16 | 244 | 72 | 102 |
| Binary | 1110110 | 11011011 | 11000000 | 101110 | 0 | 1100 | 1110 | 10100100 | 111010 | 1000010 |
Color Harmonies of #76DBC0
Complementary color
Monochromatic Colors of #76DBC0
Black with #76DBC0
Text Example
Text Example
White with #76DBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DBC0; }
p { color: rgb(118,219,192); }
H1.HeaderClassName
{
color: #76DBC0;
}
.AnyTagClassName
{
color: #76DBC0;
}
</style>
background-color css
<style>
a { background-color: #76DBC0; }
a { background-color: rgb(118,219,192); }
div.DivClassName
{
background-color: #76DBC0;
}
.BgClassName
{
background-color: #76DBC0;
}
</style>
border-color css
<style>
span { border-color: #76DBC0; }
span { border-color: rgb(118,219,192); }
td.TdClassName
{
border-color: #76DBC0;
}
.TagClassName
{
border-color: #76DBC0;
}
</style>