Shades of Downy #76ECB7
Tints of Downy #76ECB7
RGB
CMYK
RGB Variations
Color information
#76ECB7 (or 0x76ECB7) is known color: Downy. HEX triplet: 76, EC and B7. RGB value is (118,236,183). Sum of RGB (Red+Green+Blue) = 118+236+183=537 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.97% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 183 (71.88% from 255 or 34.08% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECB7 is #891348. Grayscale: #C2C2C2. Windows color (decimal): -8983369 or 12053622. OLE color: 12053622.
HSL color Cylindrical-coordinate representation of color #76ECB7: hue angle of 153.05º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76ECB7 is Cyan = 0.5, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 183 | - |
| CMYK | 0.5 | 0 | 0.22 | 0.07 |
| HSL | 153.05º | 0.76% | 0.69% | - |
| HSV(B) | 153.05º | 0.5% | 0.93% | - |
| XYZ | 46.01 | 67.26 | 55.36 | - |
| YUV | 194.68 | 121.41 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 183 | 0.5 | 0 | 0.22 | 0.07 | 153.05 | 0.76 | 0.69 |
| Hex | 76 | EC | B7 | 32 | 0 | 16 | 7 | 99 | 4C | 45 |
| Octal | 166 | 354 | 267 | 62 | 0 | 26 | 7 | 231 | 114 | 105 |
| Binary | 1110110 | 11101100 | 10110111 | 110010 | 0 | 10110 | 111 | 10011001 | 1001100 | 1000101 |
Color Harmonies of #76ECB7
Complementary color
Monochromatic Colors of #76ECB7
Black with #76ECB7
Text Example
Text Example
White with #76ECB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ECB7; }
p { color: rgb(118,236,183); }
H1.HeaderClassName
{
color: #76ECB7;
}
.AnyTagClassName
{
color: #76ECB7;
}
</style>
background-color css
<style>
a { background-color: #76ECB7; }
a { background-color: rgb(118,236,183); }
div.DivClassName
{
background-color: #76ECB7;
}
.BgClassName
{
background-color: #76ECB7;
}
</style>
border-color css
<style>
span { border-color: #76ECB7; }
span { border-color: rgb(118,236,183); }
td.TdClassName
{
border-color: #76ECB7;
}
.TagClassName
{
border-color: #76ECB7;
}
</style>