Shades of Downy #76E1BC
Tints of Downy #76E1BC
RGB
CMYK
RGB Variations
Color information
#76E1BC (or 0x76E1BC) is known color: Downy. HEX triplet: 76, E1 and BC. RGB value is (118,225,188). Sum of RGB (Red+Green+Blue) = 118+225+188=531 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.22% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #76E1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76E1BC is #891E43. Grayscale: #BCBCBC. Windows color (decimal): -8986180 or 12378486. OLE color: 12378486.
HSL color Cylindrical-coordinate representation of color #76E1BC: hue angle of 159.25º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E1BC is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 225 | 188 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.12 |
| HSL | 159.25º | 0.64% | 0.67% | - |
| HSV(B) | 159.25º | 0.48% | 0.88% | - |
| XYZ | 43.47 | 61.33 | 57.12 | - |
| YUV | 188.79 | 127.55 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 225 | 188 | 0.48 | 0 | 0.16 | 0.12 | 159.25 | 0.64 | 0.67 |
| Hex | 76 | E1 | BC | 30 | 0 | 10 | C | 9F | 40 | 43 |
| Octal | 166 | 341 | 274 | 60 | 0 | 20 | 14 | 237 | 100 | 103 |
| Binary | 1110110 | 11100001 | 10111100 | 110000 | 0 | 10000 | 1100 | 10011111 | 1000000 | 1000011 |
Color Harmonies of #76E1BC
Complementary color
Monochromatic Colors of #76E1BC
Black with #76E1BC
Text Example
Text Example
White with #76E1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E1BC; }
p { color: rgb(118,225,188); }
H1.HeaderClassName
{
color: #76E1BC;
}
.AnyTagClassName
{
color: #76E1BC;
}
</style>
background-color css
<style>
a { background-color: #76E1BC; }
a { background-color: rgb(118,225,188); }
div.DivClassName
{
background-color: #76E1BC;
}
.BgClassName
{
background-color: #76E1BC;
}
</style>
border-color css
<style>
span { border-color: #76E1BC; }
span { border-color: rgb(118,225,188); }
td.TdClassName
{
border-color: #76E1BC;
}
.TagClassName
{
border-color: #76E1BC;
}
</style>