Shades of Downy #76DDBA
Tints of Downy #76DDBA
RGB
CMYK
RGB Variations
Color information
#76DDBA (or 0x76DDBA) is known color: Downy. HEX triplet: 76, DD and BA. RGB value is (118,221,186). Sum of RGB (Red+Green+Blue) = 118+221+186=525 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.48% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DDBA is #892245. Grayscale: #BABABA. Windows color (decimal): -8987206 or 12246390. OLE color: 12246390.
HSL color Cylindrical-coordinate representation of color #76DDBA: hue angle of 159.61º 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 #76DDBA is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 221 | 186 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.13 |
| HSL | 159.61º | 0.6% | 0.66% | - |
| HSV(B) | 159.61º | 0.47% | 0.87% | - |
| XYZ | 42.19 | 59.11 | 55.64 | - |
| YUV | 186.21 | 127.88 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 186 | 0.47 | 0 | 0.16 | 0.13 | 159.61 | 0.6 | 0.66 |
| Hex | 76 | DD | BA | 2F | 0 | 10 | D | A0 | 3C | 42 |
| Octal | 166 | 335 | 272 | 57 | 0 | 20 | 15 | 240 | 74 | 102 |
| Binary | 1110110 | 11011101 | 10111010 | 101111 | 0 | 10000 | 1101 | 10100000 | 111100 | 1000010 |
Color Harmonies of #76DDBA
Complementary color
Monochromatic Colors of #76DDBA
Black with #76DDBA
Text Example
Text Example
White with #76DDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DDBA; }
p { color: rgb(118,221,186); }
H1.HeaderClassName
{
color: #76DDBA;
}
.AnyTagClassName
{
color: #76DDBA;
}
</style>
background-color css
<style>
a { background-color: #76DDBA; }
a { background-color: rgb(118,221,186); }
div.DivClassName
{
background-color: #76DDBA;
}
.BgClassName
{
background-color: #76DDBA;
}
</style>
border-color css
<style>
span { border-color: #76DDBA; }
span { border-color: rgb(118,221,186); }
td.TdClassName
{
border-color: #76DDBA;
}
.TagClassName
{
border-color: #76DDBA;
}
</style>