Shades of Downy #76ECBC
Tints of Downy #76ECBC
RGB
CMYK
RGB Variations
Color information
#76ECBC (or 0x76ECBC) is known color: Downy. HEX triplet: 76, EC and BC. RGB value is (118,236,188). Sum of RGB (Red+Green+Blue) = 118+236+188=542 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.77% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECBC is #891343. Grayscale: #C3C3C3. Windows color (decimal): -8983364 or 12381302. OLE color: 12381302.
HSL color Cylindrical-coordinate representation of color #76ECBC: hue angle of 155.59º 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 #76ECBC is Cyan = 0.5, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 188 | - |
| CMYK | 0.5 | 0 | 0.20 | 0.07 |
| HSL | 155.59º | 0.76% | 0.69% | - |
| HSV(B) | 155.59º | 0.5% | 0.93% | - |
| XYZ | 46.54 | 67.47 | 58.15 | - |
| YUV | 195.25 | 123.91 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 188 | 0.5 | 0 | 0.20 | 0.07 | 155.59 | 0.76 | 0.69 |
| Hex | 76 | EC | BC | 32 | 0 | 14 | 7 | 9C | 4C | 45 |
| Octal | 166 | 354 | 274 | 62 | 0 | 24 | 7 | 234 | 114 | 105 |
| Binary | 1110110 | 11101100 | 10111100 | 110010 | 0 | 10100 | 111 | 10011100 | 1001100 | 1000101 |
Color Harmonies of #76ECBC
Complementary color
Monochromatic Colors of #76ECBC
Black with #76ECBC
Text Example
Text Example
White with #76ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ECBC; }
p { color: rgb(118,236,188); }
H1.HeaderClassName
{
color: #76ECBC;
}
.AnyTagClassName
{
color: #76ECBC;
}
</style>
background-color css
<style>
a { background-color: #76ECBC; }
a { background-color: rgb(118,236,188); }
div.DivClassName
{
background-color: #76ECBC;
}
.BgClassName
{
background-color: #76ECBC;
}
</style>
border-color css
<style>
span { border-color: #76ECBC; }
span { border-color: rgb(118,236,188); }
td.TdClassName
{
border-color: #76ECBC;
}
.TagClassName
{
border-color: #76ECBC;
}
</style>