Shades of Downy #76E2BD
Tints of Downy #76E2BD
RGB
CMYK
RGB Variations
Color information
#76E2BD (or 0x76E2BD) is known color: Downy. HEX triplet: 76, E2 and BD. RGB value is (118,226,189). Sum of RGB (Red+Green+Blue) = 118+226+189=533 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.14% from 533); Green value is 226 (88.67% from 255 or 42.40% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 226 - color contains mainly: green. Hex color #76E2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76E2BD is #891D42. Grayscale: #BDBDBD. Windows color (decimal): -8985923 or 12444278. OLE color: 12444278.
HSL color Cylindrical-coordinate representation of color #76E2BD: hue angle of 159.44º 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 #76E2BD is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 226 | 189 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.11 |
| HSL | 159.44º | 0.65% | 0.67% | - |
| HSV(B) | 159.44º | 0.48% | 0.89% | - |
| XYZ | 43.85 | 61.92 | 57.78 | - |
| YUV | 189.49 | 127.72 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 226 | 189 | 0.48 | 0 | 0.16 | 0.11 | 159.44 | 0.65 | 0.67 |
| Hex | 76 | E2 | BD | 30 | 0 | 10 | B | 9F | 41 | 43 |
| Octal | 166 | 342 | 275 | 60 | 0 | 20 | 13 | 237 | 101 | 103 |
| Binary | 1110110 | 11100010 | 10111101 | 110000 | 0 | 10000 | 1011 | 10011111 | 1000001 | 1000011 |
Color Harmonies of #76E2BD
Complementary color
Monochromatic Colors of #76E2BD
Black with #76E2BD
Text Example
Text Example
White with #76E2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E2BD; }
p { color: rgb(118,226,189); }
H1.HeaderClassName
{
color: #76E2BD;
}
.AnyTagClassName
{
color: #76E2BD;
}
</style>
background-color css
<style>
a { background-color: #76E2BD; }
a { background-color: rgb(118,226,189); }
div.DivClassName
{
background-color: #76E2BD;
}
.BgClassName
{
background-color: #76E2BD;
}
</style>
border-color css
<style>
span { border-color: #76E2BD; }
span { border-color: rgb(118,226,189); }
td.TdClassName
{
border-color: #76E2BD;
}
.TagClassName
{
border-color: #76E2BD;
}
</style>