Shades of Downy #76ECB4
Tints of Downy #76ECB4
RGB
CMYK
RGB Variations
Color information
#76ECB4 (or 0x76ECB4) is known color: Downy. HEX triplet: 76, EC and B4. RGB value is (118,236,180). Sum of RGB (Red+Green+Blue) = 118+236+180=534 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.10% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECB4 is #89134B. Grayscale: #C2C2C2. Windows color (decimal): -8983372 or 11857014. OLE color: 11857014.
HSL color Cylindrical-coordinate representation of color #76ECB4: hue angle of 151.53º 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 #76ECB4 is Cyan = 0.5, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 180 | - |
| CMYK | 0.5 | 0 | 0.24 | 0.07 |
| HSL | 151.53º | 0.76% | 0.69% | - |
| HSV(B) | 151.53º | 0.5% | 0.93% | - |
| XYZ | 45.7 | 67.14 | 53.73 | - |
| YUV | 194.33 | 119.91 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 180 | 0.5 | 0 | 0.24 | 0.07 | 151.53 | 0.76 | 0.69 |
| Hex | 76 | EC | B4 | 32 | 0 | 18 | 7 | 98 | 4C | 45 |
| Octal | 166 | 354 | 264 | 62 | 0 | 30 | 7 | 230 | 114 | 105 |
| Binary | 1110110 | 11101100 | 10110100 | 110010 | 0 | 11000 | 111 | 10011000 | 1001100 | 1000101 |
Color Harmonies of #76ECB4
Complementary color
Monochromatic Colors of #76ECB4
Black with #76ECB4
Text Example
Text Example
White with #76ECB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ECB4; }
p { color: rgb(118,236,180); }
H1.HeaderClassName
{
color: #76ECB4;
}
.AnyTagClassName
{
color: #76ECB4;
}
</style>
background-color css
<style>
a { background-color: #76ECB4; }
a { background-color: rgb(118,236,180); }
div.DivClassName
{
background-color: #76ECB4;
}
.BgClassName
{
background-color: #76ECB4;
}
</style>
border-color css
<style>
span { border-color: #76ECB4; }
span { border-color: rgb(118,236,180); }
td.TdClassName
{
border-color: #76ECB4;
}
.TagClassName
{
border-color: #76ECB4;
}
</style>