Shades of Downy #76DDCD
Tints of Downy #76DDCD
RGB
CMYK
RGB Variations
Color information
#76DDCD (or 0x76DDCD) is known color: Downy. HEX triplet: 76, DD and CD. RGB value is (118,221,205). Sum of RGB (Red+Green+Blue) = 118+221+205=544 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.69% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DDCD is #892232. Grayscale: #BCBCBC. Windows color (decimal): -8987187 or 13491574. OLE color: 13491574.
HSL color Cylindrical-coordinate representation of color #76DDCD: hue angle of 170.68º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DDCD is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 221 | 205 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.13 |
| HSL | 170.68º | 0.6% | 0.66% | - |
| HSV(B) | 170.68º | 0.47% | 0.87% | - |
| XYZ | 44.35 | 59.97 | 67 | - |
| YUV | 188.38 | 137.38 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 205 | 0.47 | 0 | 0.07 | 0.13 | 170.68 | 0.6 | 0.66 |
| Hex | 76 | DD | CD | 2F | 0 | 7 | D | AB | 3C | 42 |
| Octal | 166 | 335 | 315 | 57 | 0 | 7 | 15 | 253 | 74 | 102 |
| Binary | 1110110 | 11011101 | 11001101 | 101111 | 0 | 111 | 1101 | 10101011 | 111100 | 1000010 |
Color Harmonies of #76DDCD
Complementary color
Monochromatic Colors of #76DDCD
Black with #76DDCD
Text Example
Text Example
White with #76DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DDCD; }
p { color: rgb(118,221,205); }
H1.HeaderClassName
{
color: #76DDCD;
}
.AnyTagClassName
{
color: #76DDCD;
}
</style>
background-color css
<style>
a { background-color: #76DDCD; }
a { background-color: rgb(118,221,205); }
div.DivClassName
{
background-color: #76DDCD;
}
.BgClassName
{
background-color: #76DDCD;
}
</style>
border-color css
<style>
span { border-color: #76DDCD; }
span { border-color: rgb(118,221,205); }
td.TdClassName
{
border-color: #76DDCD;
}
.TagClassName
{
border-color: #76DDCD;
}
</style>