Shades of Downy #76DCC0
Tints of Downy #76DCC0
RGB
CMYK
RGB Variations
Color information
#76DCC0 (or 0x76DCC0) is known color: Downy. HEX triplet: 76, DC and C0. RGB value is (118,220,192). Sum of RGB (Red+Green+Blue) = 118+220+192=530 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.26% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DCC0 is #89233F. Grayscale: #BABABA. Windows color (decimal): -8987456 or 12639350. OLE color: 12639350.
HSL color Cylindrical-coordinate representation of color #76DCC0: hue angle of 163.53º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DCC0 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 192 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.14 |
| HSL | 163.53º | 0.59% | 0.66% | - |
| HSV(B) | 163.53º | 0.46% | 0.86% | - |
| XYZ | 42.58 | 58.84 | 58.98 | - |
| YUV | 186.31 | 131.21 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 192 | 0.46 | 0 | 0.13 | 0.14 | 163.53 | 0.59 | 0.66 |
| Hex | 76 | DC | C0 | 2E | 0 | D | E | A4 | 3B | 42 |
| Octal | 166 | 334 | 300 | 56 | 0 | 15 | 16 | 244 | 73 | 102 |
| Binary | 1110110 | 11011100 | 11000000 | 101110 | 0 | 1101 | 1110 | 10100100 | 111011 | 1000010 |
Color Harmonies of #76DCC0
Complementary color
Monochromatic Colors of #76DCC0
Black with #76DCC0
Text Example
Text Example
White with #76DCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DCC0; }
p { color: rgb(118,220,192); }
H1.HeaderClassName
{
color: #76DCC0;
}
.AnyTagClassName
{
color: #76DCC0;
}
</style>
background-color css
<style>
a { background-color: #76DCC0; }
a { background-color: rgb(118,220,192); }
div.DivClassName
{
background-color: #76DCC0;
}
.BgClassName
{
background-color: #76DCC0;
}
</style>
border-color css
<style>
span { border-color: #76DCC0; }
span { border-color: rgb(118,220,192); }
td.TdClassName
{
border-color: #76DCC0;
}
.TagClassName
{
border-color: #76DCC0;
}
</style>