Shades of Downy #76E2BE
Tints of Downy #76E2BE
RGB
CMYK
RGB Variations
Color information
#76E2BE (or 0x76E2BE) is known color: Downy. HEX triplet: 76, E2 and BE. RGB value is (118,226,190). Sum of RGB (Red+Green+Blue) = 118+226+190=534 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.10% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 226 - color contains mainly: green. Hex color #76E2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76E2BE is #891D41. Grayscale: #BDBDBD. Windows color (decimal): -8985922 or 12509814. OLE color: 12509814.
HSL color Cylindrical-coordinate representation of color #76E2BE: hue angle of 160º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E2BE is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 226 | 190 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.11 |
| HSL | 160º | 0.65% | 0.67% | - |
| HSV(B) | 160º | 0.48% | 0.89% | - |
| XYZ | 43.96 | 61.96 | 58.36 | - |
| YUV | 189.6 | 128.22 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 226 | 190 | 0.48 | 0 | 0.16 | 0.11 | 160 | 0.65 | 0.67 |
| Hex | 76 | E2 | BE | 30 | 0 | 10 | B | A0 | 41 | 43 |
| Octal | 166 | 342 | 276 | 60 | 0 | 20 | 13 | 240 | 101 | 103 |
| Binary | 1110110 | 11100010 | 10111110 | 110000 | 0 | 10000 | 1011 | 10100000 | 1000001 | 1000011 |
Color Harmonies of #76E2BE
Complementary color
Monochromatic Colors of #76E2BE
Black with #76E2BE
Text Example
Text Example
White with #76E2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E2BE; }
p { color: rgb(118,226,190); }
H1.HeaderClassName
{
color: #76E2BE;
}
.AnyTagClassName
{
color: #76E2BE;
}
</style>
background-color css
<style>
a { background-color: #76E2BE; }
a { background-color: rgb(118,226,190); }
div.DivClassName
{
background-color: #76E2BE;
}
.BgClassName
{
background-color: #76E2BE;
}
</style>
border-color css
<style>
span { border-color: #76E2BE; }
span { border-color: rgb(118,226,190); }
td.TdClassName
{
border-color: #76E2BE;
}
.TagClassName
{
border-color: #76E2BE;
}
</style>