Shades of Downy #76CDC0
Tints of Downy #76CDC0
RGB
CMYK
RGB Variations
Color information
#76CDC0 (or 0x76CDC0) is known color: Downy. HEX triplet: 76, CD and C0. RGB value is (118,205,192). Sum of RGB (Red+Green+Blue) = 118+205+192=515 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.91% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #76CDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CDC0 is #89323F. Grayscale: #B1B1B1. Windows color (decimal): -8991296 or 12635510. OLE color: 12635510.
HSL color Cylindrical-coordinate representation of color #76CDC0: hue angle of 171.03º degrees, saturation: 0.47, 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 #76CDC0 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 205 | 192 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.20 |
| HSL | 171.03º | 0.47% | 0.63% | - |
| HSV(B) | 171.03º | 0.42% | 0.8% | - |
| XYZ | 38.82 | 51.32 | 57.73 | - |
| YUV | 177.51 | 136.18 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 205 | 192 | 0.42 | 0 | 0.06 | 0.20 | 171.03 | 0.47 | 0.63 |
| Hex | 76 | CD | C0 | 2A | 0 | 6 | 14 | AB | 2F | 3F |
| Octal | 166 | 315 | 300 | 52 | 0 | 6 | 24 | 253 | 57 | 77 |
| Binary | 1110110 | 11001101 | 11000000 | 101010 | 0 | 110 | 10100 | 10101011 | 101111 | 111111 |
Color Harmonies of #76CDC0
Complementary color
Monochromatic Colors of #76CDC0
Black with #76CDC0
Text Example
Text Example
White with #76CDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CDC0; }
p { color: rgb(118,205,192); }
H1.HeaderClassName
{
color: #76CDC0;
}
.AnyTagClassName
{
color: #76CDC0;
}
</style>
background-color css
<style>
a { background-color: #76CDC0; }
a { background-color: rgb(118,205,192); }
div.DivClassName
{
background-color: #76CDC0;
}
.BgClassName
{
background-color: #76CDC0;
}
</style>
border-color css
<style>
span { border-color: #76CDC0; }
span { border-color: rgb(118,205,192); }
td.TdClassName
{
border-color: #76CDC0;
}
.TagClassName
{
border-color: #76CDC0;
}
</style>