Shades of Downy #76CCC0
Tints of Downy #76CCC0
RGB
CMYK
RGB Variations
Color information
#76CCC0 (or 0x76CCC0) is known color: Downy. HEX triplet: 76, CC and C0. RGB value is (118,204,192). Sum of RGB (Red+Green+Blue) = 118+204+192=514 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.96% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #76CCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CCC0 is #89333F. Grayscale: #B0B0B0. Windows color (decimal): -8991552 or 12635254. OLE color: 12635254.
HSL color Cylindrical-coordinate representation of color #76CCC0: hue angle of 171.63º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CCC0 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 204 | 192 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.2 |
| HSL | 171.63º | 0.46% | 0.63% | - |
| HSV(B) | 171.63º | 0.42% | 0.8% | - |
| XYZ | 38.58 | 50.84 | 57.65 | - |
| YUV | 176.92 | 136.51 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 204 | 192 | 0.42 | 0 | 0.06 | 0.2 | 171.63 | 0.46 | 0.63 |
| Hex | 76 | CC | C0 | 2A | 0 | 6 | 14 | AC | 2E | 3F |
| Octal | 166 | 314 | 300 | 52 | 0 | 6 | 24 | 254 | 56 | 77 |
| Binary | 1110110 | 11001100 | 11000000 | 101010 | 0 | 110 | 10100 | 10101100 | 101110 | 111111 |
Color Harmonies of #76CCC0
Complementary color
Monochromatic Colors of #76CCC0
Black with #76CCC0
Text Example
Text Example
White with #76CCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CCC0; }
p { color: rgb(118,204,192); }
H1.HeaderClassName
{
color: #76CCC0;
}
.AnyTagClassName
{
color: #76CCC0;
}
</style>
background-color css
<style>
a { background-color: #76CCC0; }
a { background-color: rgb(118,204,192); }
div.DivClassName
{
background-color: #76CCC0;
}
.BgClassName
{
background-color: #76CCC0;
}
</style>
border-color css
<style>
span { border-color: #76CCC0; }
span { border-color: rgb(118,204,192); }
td.TdClassName
{
border-color: #76CCC0;
}
.TagClassName
{
border-color: #76CCC0;
}
</style>