Shades of Downy #76DEBD
Tints of Downy #76DEBD
RGB
CMYK
RGB Variations
Color information
#76DEBD (or 0x76DEBD) is known color: Downy. HEX triplet: 76, DE and BD. RGB value is (118,222,189). Sum of RGB (Red+Green+Blue) = 118+222+189=529 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.31% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #76DEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DEBD is #892142. Grayscale: #BBBBBB. Windows color (decimal): -8986947 or 12443254. OLE color: 12443254.
HSL color Cylindrical-coordinate representation of color #76DEBD: hue angle of 160.96º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DEBD is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 222 | 189 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.13 |
| HSL | 160.96º | 0.61% | 0.67% | - |
| HSV(B) | 160.96º | 0.47% | 0.87% | - |
| XYZ | 42.78 | 59.77 | 57.43 | - |
| YUV | 187.14 | 129.04 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 222 | 189 | 0.47 | 0 | 0.15 | 0.13 | 160.96 | 0.61 | 0.67 |
| Hex | 76 | DE | BD | 2F | 0 | F | D | A1 | 3D | 43 |
| Octal | 166 | 336 | 275 | 57 | 0 | 17 | 15 | 241 | 75 | 103 |
| Binary | 1110110 | 11011110 | 10111101 | 101111 | 0 | 1111 | 1101 | 10100001 | 111101 | 1000011 |
Color Harmonies of #76DEBD
Complementary color
Monochromatic Colors of #76DEBD
Black with #76DEBD
Text Example
Text Example
White with #76DEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DEBD; }
p { color: rgb(118,222,189); }
H1.HeaderClassName
{
color: #76DEBD;
}
.AnyTagClassName
{
color: #76DEBD;
}
</style>
background-color css
<style>
a { background-color: #76DEBD; }
a { background-color: rgb(118,222,189); }
div.DivClassName
{
background-color: #76DEBD;
}
.BgClassName
{
background-color: #76DEBD;
}
</style>
border-color css
<style>
span { border-color: #76DEBD; }
span { border-color: rgb(118,222,189); }
td.TdClassName
{
border-color: #76DEBD;
}
.TagClassName
{
border-color: #76DEBD;
}
</style>