Shades of Downy #7ADDB7
Tints of Downy #7ADDB7
RGB
CMYK
RGB Variations
Color information
#7ADDB7 (or 0x7ADDB7) is known color: Downy. HEX triplet: 7A, DD and B7. RGB value is (122,221,183). Sum of RGB (Red+Green+Blue) = 122+221+183=526 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.19% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDB7 is #852248. Grayscale: #BBBBBB. Windows color (decimal): -8725065 or 12049786. OLE color: 12049786.
HSL color Cylindrical-coordinate representation of color #7ADDB7: hue angle of 156.97º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADDB7 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 183 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.13 |
| HSL | 156.97º | 0.59% | 0.67% | - |
| HSV(B) | 156.97º | 0.45% | 0.87% | - |
| XYZ | 42.43 | 59.27 | 54 | - |
| YUV | 187.07 | 125.7 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 183 | 0.45 | 0 | 0.17 | 0.13 | 156.97 | 0.59 | 0.67 |
| Hex | 7A | DD | B7 | 2D | 0 | 11 | D | 9D | 3B | 43 |
| Octal | 172 | 335 | 267 | 55 | 0 | 21 | 15 | 235 | 73 | 103 |
| Binary | 1111010 | 11011101 | 10110111 | 101101 | 0 | 10001 | 1101 | 10011101 | 111011 | 1000011 |
Color Harmonies of #7ADDB7
Complementary color
Monochromatic Colors of #7ADDB7
Black with #7ADDB7
Text Example
Text Example
White with #7ADDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDB7; }
p { color: rgb(122,221,183); }
H1.HeaderClassName
{
color: #7ADDB7;
}
.AnyTagClassName
{
color: #7ADDB7;
}
</style>
background-color css
<style>
a { background-color: #7ADDB7; }
a { background-color: rgb(122,221,183); }
div.DivClassName
{
background-color: #7ADDB7;
}
.BgClassName
{
background-color: #7ADDB7;
}
</style>
border-color css
<style>
span { border-color: #7ADDB7; }
span { border-color: rgb(122,221,183); }
td.TdClassName
{
border-color: #7ADDB7;
}
.TagClassName
{
border-color: #7ADDB7;
}
</style>