Shades of Downy #76ECB3
Tints of Downy #76ECB3
RGB
CMYK
RGB Variations
Color information
#76ECB3 (or 0x76ECB3) is known color: Downy. HEX triplet: 76, EC and B3. RGB value is (118,236,179). Sum of RGB (Red+Green+Blue) = 118+236+179=533 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.14% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECB3 is #89134C. Grayscale: #C2C2C2. Windows color (decimal): -8983373 or 11791478. OLE color: 11791478.
HSL color Cylindrical-coordinate representation of color #76ECB3: hue angle of 151.02º 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 #76ECB3 is Cyan = 0.5, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 179 | - |
| CMYK | 0.5 | 0 | 0.24 | 0.07 |
| HSL | 151.02º | 0.76% | 0.69% | - |
| HSV(B) | 151.02º | 0.5% | 0.93% | - |
| XYZ | 45.6 | 67.1 | 53.2 | - |
| YUV | 194.22 | 119.41 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 179 | 0.5 | 0 | 0.24 | 0.07 | 151.02 | 0.76 | 0.69 |
| Hex | 76 | EC | B3 | 32 | 0 | 18 | 7 | 97 | 4C | 45 |
| Octal | 166 | 354 | 263 | 62 | 0 | 30 | 7 | 227 | 114 | 105 |
| Binary | 1110110 | 11101100 | 10110011 | 110010 | 0 | 11000 | 111 | 10010111 | 1001100 | 1000101 |
Color Harmonies of #76ECB3
Complementary color
Monochromatic Colors of #76ECB3
Black with #76ECB3
Text Example
Text Example
White with #76ECB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ECB3; }
p { color: rgb(118,236,179); }
H1.HeaderClassName
{
color: #76ECB3;
}
.AnyTagClassName
{
color: #76ECB3;
}
</style>
background-color css
<style>
a { background-color: #76ECB3; }
a { background-color: rgb(118,236,179); }
div.DivClassName
{
background-color: #76ECB3;
}
.BgClassName
{
background-color: #76ECB3;
}
</style>
border-color css
<style>
span { border-color: #76ECB3; }
span { border-color: rgb(118,236,179); }
td.TdClassName
{
border-color: #76ECB3;
}
.TagClassName
{
border-color: #76ECB3;
}
</style>