Shades of Downy #76E4C7
Tints of Downy #76E4C7
RGB
CMYK
RGB Variations
Color information
#76E4C7 (or 0x76E4C7) is known color: Downy. HEX triplet: 76, E4 and C7. RGB value is (118,228,199). Sum of RGB (Red+Green+Blue) = 118+228+199=545 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.65% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 199 (78.12% from 255 or 36.51% from 545); Max value from RGB is 228 - color contains mainly: green. Hex color #76E4C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76E4C7 is #891B38. Grayscale: #BFBFBF. Windows color (decimal): -8985401 or 13100150. OLE color: 13100150.
HSL color Cylindrical-coordinate representation of color #76E4C7: hue angle of 164.18º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E4C7 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 228 | 199 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.11 |
| HSL | 164.18º | 0.67% | 0.68% | - |
| HSV(B) | 164.18º | 0.48% | 0.89% | - |
| XYZ | 45.52 | 63.46 | 63.88 | - |
| YUV | 191.8 | 132.06 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 228 | 199 | 0.48 | 0 | 0.13 | 0.11 | 164.18 | 0.67 | 0.68 |
| Hex | 76 | E4 | C7 | 30 | 0 | D | B | A4 | 43 | 44 |
| Octal | 166 | 344 | 307 | 60 | 0 | 15 | 13 | 244 | 103 | 104 |
| Binary | 1110110 | 11100100 | 11000111 | 110000 | 0 | 1101 | 1011 | 10100100 | 1000011 | 1000100 |
Color Harmonies of #76E4C7
Complementary color
Monochromatic Colors of #76E4C7
Black with #76E4C7
Text Example
Text Example
White with #76E4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E4C7; }
p { color: rgb(118,228,199); }
H1.HeaderClassName
{
color: #76E4C7;
}
.AnyTagClassName
{
color: #76E4C7;
}
</style>
background-color css
<style>
a { background-color: #76E4C7; }
a { background-color: rgb(118,228,199); }
div.DivClassName
{
background-color: #76E4C7;
}
.BgClassName
{
background-color: #76E4C7;
}
</style>
border-color css
<style>
span { border-color: #76E4C7; }
span { border-color: rgb(118,228,199); }
td.TdClassName
{
border-color: #76E4C7;
}
.TagClassName
{
border-color: #76E4C7;
}
</style>