Shades of Downy #7ADDB9
Tints of Downy #7ADDB9
RGB
CMYK
RGB Variations
Color information
#7ADDB9 (or 0x7ADDB9) is known color: Downy. HEX triplet: 7A, DD and B9. RGB value is (122,221,185). Sum of RGB (Red+Green+Blue) = 122+221+185=528 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.11% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDB9 is #852246. Grayscale: #BBBBBB. Windows color (decimal): -8725063 or 12180858. OLE color: 12180858.
HSL color Cylindrical-coordinate representation of color #7ADDB9: hue angle of 158.18º 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 #7ADDB9 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 185 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.13 |
| HSL | 158.18º | 0.59% | 0.67% | - |
| HSV(B) | 158.18º | 0.45% | 0.87% | - |
| XYZ | 42.64 | 59.35 | 55.11 | - |
| YUV | 187.3 | 126.7 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 185 | 0.45 | 0 | 0.16 | 0.13 | 158.18 | 0.59 | 0.67 |
| Hex | 7A | DD | B9 | 2D | 0 | 10 | D | 9E | 3B | 43 |
| Octal | 172 | 335 | 271 | 55 | 0 | 20 | 15 | 236 | 73 | 103 |
| Binary | 1111010 | 11011101 | 10111001 | 101101 | 0 | 10000 | 1101 | 10011110 | 111011 | 1000011 |
Color Harmonies of #7ADDB9
Complementary color
Monochromatic Colors of #7ADDB9
Black with #7ADDB9
Text Example
Text Example
White with #7ADDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDB9; }
p { color: rgb(122,221,185); }
H1.HeaderClassName
{
color: #7ADDB9;
}
.AnyTagClassName
{
color: #7ADDB9;
}
</style>
background-color css
<style>
a { background-color: #7ADDB9; }
a { background-color: rgb(122,221,185); }
div.DivClassName
{
background-color: #7ADDB9;
}
.BgClassName
{
background-color: #7ADDB9;
}
</style>
border-color css
<style>
span { border-color: #7ADDB9; }
span { border-color: rgb(122,221,185); }
td.TdClassName
{
border-color: #7ADDB9;
}
.TagClassName
{
border-color: #7ADDB9;
}
</style>