Shades of Downy #76DDCB
Tints of Downy #76DDCB
RGB
CMYK
RGB Variations
Color information
#76DDCB (or 0x76DDCB) is known color: Downy. HEX triplet: 76, DD and CB. RGB value is (118,221,203). Sum of RGB (Red+Green+Blue) = 118+221+203=542 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.77% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DDCB is #892234. Grayscale: #BCBCBC. Windows color (decimal): -8987189 or 13360502. OLE color: 13360502.
HSL color Cylindrical-coordinate representation of color #76DDCB: hue angle of 169.51º 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 #76DDCB is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 221 | 203 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.13 |
| HSL | 169.51º | 0.6% | 0.66% | - |
| HSV(B) | 169.51º | 0.47% | 0.87% | - |
| XYZ | 44.11 | 59.88 | 65.73 | - |
| YUV | 188.15 | 136.38 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 203 | 0.47 | 0 | 0.08 | 0.13 | 169.51 | 0.6 | 0.66 |
| Hex | 76 | DD | CB | 2F | 0 | 8 | D | AA | 3C | 42 |
| Octal | 166 | 335 | 313 | 57 | 0 | 10 | 15 | 252 | 74 | 102 |
| Binary | 1110110 | 11011101 | 11001011 | 101111 | 0 | 1000 | 1101 | 10101010 | 111100 | 1000010 |
Color Harmonies of #76DDCB
Complementary color
Monochromatic Colors of #76DDCB
Black with #76DDCB
Text Example
Text Example
White with #76DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DDCB; }
p { color: rgb(118,221,203); }
H1.HeaderClassName
{
color: #76DDCB;
}
.AnyTagClassName
{
color: #76DDCB;
}
</style>
background-color css
<style>
a { background-color: #76DDCB; }
a { background-color: rgb(118,221,203); }
div.DivClassName
{
background-color: #76DDCB;
}
.BgClassName
{
background-color: #76DDCB;
}
</style>
border-color css
<style>
span { border-color: #76DDCB; }
span { border-color: rgb(118,221,203); }
td.TdClassName
{
border-color: #76DDCB;
}
.TagClassName
{
border-color: #76DDCB;
}
</style>