Shades of Downy #76DEC7
Tints of Downy #76DEC7
RGB
CMYK
RGB Variations
Color information
#76DEC7 (or 0x76DEC7) is known color: Downy. HEX triplet: 76, DE and C7. RGB value is (118,222,199). Sum of RGB (Red+Green+Blue) = 118+222+199=539 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.89% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #76DEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DEC7 is #892138. Grayscale: #BCBCBC. Windows color (decimal): -8986937 or 13098614. OLE color: 13098614.
HSL color Cylindrical-coordinate representation of color #76DEC7: hue angle of 166.73º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DEC7 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 222 | 199 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.13 |
| HSL | 166.73º | 0.61% | 0.67% | - |
| HSV(B) | 166.73º | 0.47% | 0.87% | - |
| XYZ | 43.9 | 60.22 | 63.34 | - |
| YUV | 188.28 | 134.04 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 222 | 199 | 0.47 | 0 | 0.10 | 0.13 | 166.73 | 0.61 | 0.67 |
| Hex | 76 | DE | C7 | 2F | 0 | A | D | A7 | 3D | 43 |
| Octal | 166 | 336 | 307 | 57 | 0 | 12 | 15 | 247 | 75 | 103 |
| Binary | 1110110 | 11011110 | 11000111 | 101111 | 0 | 1010 | 1101 | 10100111 | 111101 | 1000011 |
Color Harmonies of #76DEC7
Complementary color
Monochromatic Colors of #76DEC7
Black with #76DEC7
Text Example
Text Example
White with #76DEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DEC7; }
p { color: rgb(118,222,199); }
H1.HeaderClassName
{
color: #76DEC7;
}
.AnyTagClassName
{
color: #76DEC7;
}
</style>
background-color css
<style>
a { background-color: #76DEC7; }
a { background-color: rgb(118,222,199); }
div.DivClassName
{
background-color: #76DEC7;
}
.BgClassName
{
background-color: #76DEC7;
}
</style>
border-color css
<style>
span { border-color: #76DEC7; }
span { border-color: rgb(118,222,199); }
td.TdClassName
{
border-color: #76DEC7;
}
.TagClassName
{
border-color: #76DEC7;
}
</style>