Shades of Downy #76DCCD
Tints of Downy #76DCCD
RGB
CMYK
RGB Variations
Color information
#76DCCD (or 0x76DCCD) is known color: Downy. HEX triplet: 76, DC and CD. RGB value is (118,220,205). Sum of RGB (Red+Green+Blue) = 118+220+205=543 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.73% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DCCD is #892332. Grayscale: #BBBBBB. Windows color (decimal): -8987443 or 13491318. OLE color: 13491318.
HSL color Cylindrical-coordinate representation of color #76DCCD: hue angle of 171.18º 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 #76DCCD is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 205 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.14 |
| HSL | 171.18º | 0.59% | 0.66% | - |
| HSV(B) | 171.18º | 0.46% | 0.86% | - |
| XYZ | 44.08 | 59.45 | 66.91 | - |
| YUV | 187.79 | 137.71 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 205 | 0.46 | 0 | 0.07 | 0.14 | 171.18 | 0.59 | 0.66 |
| Hex | 76 | DC | CD | 2E | 0 | 7 | E | AB | 3B | 42 |
| Octal | 166 | 334 | 315 | 56 | 0 | 7 | 16 | 253 | 73 | 102 |
| Binary | 1110110 | 11011100 | 11001101 | 101110 | 0 | 111 | 1110 | 10101011 | 111011 | 1000010 |
Color Harmonies of #76DCCD
Complementary color
Monochromatic Colors of #76DCCD
Black with #76DCCD
Text Example
Text Example
White with #76DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DCCD; }
p { color: rgb(118,220,205); }
H1.HeaderClassName
{
color: #76DCCD;
}
.AnyTagClassName
{
color: #76DCCD;
}
</style>
background-color css
<style>
a { background-color: #76DCCD; }
a { background-color: rgb(118,220,205); }
div.DivClassName
{
background-color: #76DCCD;
}
.BgClassName
{
background-color: #76DCCD;
}
</style>
border-color css
<style>
span { border-color: #76DCCD; }
span { border-color: rgb(118,220,205); }
td.TdClassName
{
border-color: #76DCCD;
}
.TagClassName
{
border-color: #76DCCD;
}
</style>