Shades of Downy #76DDC2
Tints of Downy #76DDC2
RGB
CMYK
RGB Variations
Color information
#76DDC2 (or 0x76DDC2) is known color: Downy. HEX triplet: 76, DD and C2. RGB value is (118,221,194). Sum of RGB (Red+Green+Blue) = 118+221+194=533 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.14% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DDC2 is #89223D. Grayscale: #BBBBBB. Windows color (decimal): -8987198 or 12770678. OLE color: 12770678.
HSL color Cylindrical-coordinate representation of color #76DDC2: hue angle of 164.27º 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 #76DDC2 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 221 | 194 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.13 |
| HSL | 164.27º | 0.6% | 0.66% | - |
| HSV(B) | 164.27º | 0.47% | 0.87% | - |
| XYZ | 43.07 | 59.46 | 60.25 | - |
| YUV | 187.13 | 131.88 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 194 | 0.47 | 0 | 0.12 | 0.13 | 164.27 | 0.6 | 0.66 |
| Hex | 76 | DD | C2 | 2F | 0 | C | D | A4 | 3C | 42 |
| Octal | 166 | 335 | 302 | 57 | 0 | 14 | 15 | 244 | 74 | 102 |
| Binary | 1110110 | 11011101 | 11000010 | 101111 | 0 | 1100 | 1101 | 10100100 | 111100 | 1000010 |
Color Harmonies of #76DDC2
Complementary color
Monochromatic Colors of #76DDC2
Black with #76DDC2
Text Example
Text Example
White with #76DDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DDC2; }
p { color: rgb(118,221,194); }
H1.HeaderClassName
{
color: #76DDC2;
}
.AnyTagClassName
{
color: #76DDC2;
}
</style>
background-color css
<style>
a { background-color: #76DDC2; }
a { background-color: rgb(118,221,194); }
div.DivClassName
{
background-color: #76DDC2;
}
.BgClassName
{
background-color: #76DDC2;
}
</style>
border-color css
<style>
span { border-color: #76DDC2; }
span { border-color: rgb(118,221,194); }
td.TdClassName
{
border-color: #76DDC2;
}
.TagClassName
{
border-color: #76DDC2;
}
</style>