Shades of Downy #76DEC6
Tints of Downy #76DEC6
RGB
CMYK
RGB Variations
Color information
#76DEC6 (or 0x76DEC6) is known color: Downy. HEX triplet: 76, DE and C6. RGB value is (118,222,198). Sum of RGB (Red+Green+Blue) = 118+222+198=538 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.93% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #76DEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DEC6 is #892139. Grayscale: #BCBCBC. Windows color (decimal): -8986938 or 13033078. OLE color: 13033078.
HSL color Cylindrical-coordinate representation of color #76DEC6: hue angle of 166.15º 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 #76DEC6 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 222 | 198 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.13 |
| HSL | 166.15º | 0.61% | 0.67% | - |
| HSV(B) | 166.15º | 0.47% | 0.87% | - |
| XYZ | 43.79 | 60.17 | 62.73 | - |
| YUV | 188.17 | 133.54 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 222 | 198 | 0.47 | 0 | 0.11 | 0.13 | 166.15 | 0.61 | 0.67 |
| Hex | 76 | DE | C6 | 2F | 0 | B | D | A6 | 3D | 43 |
| Octal | 166 | 336 | 306 | 57 | 0 | 13 | 15 | 246 | 75 | 103 |
| Binary | 1110110 | 11011110 | 11000110 | 101111 | 0 | 1011 | 1101 | 10100110 | 111101 | 1000011 |
Color Harmonies of #76DEC6
Complementary color
Monochromatic Colors of #76DEC6
Black with #76DEC6
Text Example
Text Example
White with #76DEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DEC6; }
p { color: rgb(118,222,198); }
H1.HeaderClassName
{
color: #76DEC6;
}
.AnyTagClassName
{
color: #76DEC6;
}
</style>
background-color css
<style>
a { background-color: #76DEC6; }
a { background-color: rgb(118,222,198); }
div.DivClassName
{
background-color: #76DEC6;
}
.BgClassName
{
background-color: #76DEC6;
}
</style>
border-color css
<style>
span { border-color: #76DEC6; }
span { border-color: rgb(118,222,198); }
td.TdClassName
{
border-color: #76DEC6;
}
.TagClassName
{
border-color: #76DEC6;
}
</style>