Shades of Downy #76EBB9
Tints of Downy #76EBB9
RGB
CMYK
RGB Variations
Color information
#76EBB9 (or 0x76EBB9) is known color: Downy. HEX triplet: 76, EB and B9. RGB value is (118,235,185). Sum of RGB (Red+Green+Blue) = 118+235+185=538 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.93% from 538); Green value is 235 (92.19% from 255 or 43.68% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 235 - color contains mainly: green. Hex color #76EBB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EBB9 is #891446. Grayscale: #C2C2C2. Windows color (decimal): -8983623 or 12184438. OLE color: 12184438.
HSL color Cylindrical-coordinate representation of color #76EBB9: hue angle of 154.36º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EBB9 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 235 | 185 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.08 |
| HSL | 154.36º | 0.75% | 0.69% | - |
| HSV(B) | 154.36º | 0.5% | 0.92% | - |
| XYZ | 45.94 | 66.77 | 56.37 | - |
| YUV | 194.32 | 122.74 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 235 | 185 | 0.50 | 0 | 0.21 | 0.08 | 154.36 | 0.75 | 0.69 |
| Hex | 76 | EB | B9 | 32 | 0 | 15 | 8 | 9A | 4B | 45 |
| Octal | 166 | 353 | 271 | 62 | 0 | 25 | 10 | 232 | 113 | 105 |
| Binary | 1110110 | 11101011 | 10111001 | 110010 | 0 | 10101 | 1000 | 10011010 | 1001011 | 1000101 |
Color Harmonies of #76EBB9
Complementary color
Monochromatic Colors of #76EBB9
Black with #76EBB9
Text Example
Text Example
White with #76EBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EBB9; }
p { color: rgb(118,235,185); }
H1.HeaderClassName
{
color: #76EBB9;
}
.AnyTagClassName
{
color: #76EBB9;
}
</style>
background-color css
<style>
a { background-color: #76EBB9; }
a { background-color: rgb(118,235,185); }
div.DivClassName
{
background-color: #76EBB9;
}
.BgClassName
{
background-color: #76EBB9;
}
</style>
border-color css
<style>
span { border-color: #76EBB9; }
span { border-color: rgb(118,235,185); }
td.TdClassName
{
border-color: #76EBB9;
}
.TagClassName
{
border-color: #76EBB9;
}
</style>