Shades of Downy #7ADDB5
Tints of Downy #7ADDB5
RGB
CMYK
RGB Variations
Color information
#7ADDB5 (or 0x7ADDB5) is known color: Downy. HEX triplet: 7A, DD and B5. RGB value is (122,221,181). Sum of RGB (Red+Green+Blue) = 122+221+181=524 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.28% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDB5 is #85224A. Grayscale: #BABABA. Windows color (decimal): -8725067 or 11918714. OLE color: 11918714.
HSL color Cylindrical-coordinate representation of color #7ADDB5: hue angle of 155.76º 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 #7ADDB5 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 181 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.13 |
| HSL | 155.76º | 0.59% | 0.67% | - |
| HSV(B) | 155.76º | 0.45% | 0.87% | - |
| XYZ | 42.22 | 59.19 | 52.91 | - |
| YUV | 186.84 | 124.7 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 181 | 0.45 | 0 | 0.18 | 0.13 | 155.76 | 0.59 | 0.67 |
| Hex | 7A | DD | B5 | 2D | 0 | 12 | D | 9C | 3B | 43 |
| Octal | 172 | 335 | 265 | 55 | 0 | 22 | 15 | 234 | 73 | 103 |
| Binary | 1111010 | 11011101 | 10110101 | 101101 | 0 | 10010 | 1101 | 10011100 | 111011 | 1000011 |
Color Harmonies of #7ADDB5
Complementary color
Monochromatic Colors of #7ADDB5
Black with #7ADDB5
Text Example
Text Example
White with #7ADDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDB5; }
p { color: rgb(122,221,181); }
H1.HeaderClassName
{
color: #7ADDB5;
}
.AnyTagClassName
{
color: #7ADDB5;
}
</style>
background-color css
<style>
a { background-color: #7ADDB5; }
a { background-color: rgb(122,221,181); }
div.DivClassName
{
background-color: #7ADDB5;
}
.BgClassName
{
background-color: #7ADDB5;
}
</style>
border-color css
<style>
span { border-color: #7ADDB5; }
span { border-color: rgb(122,221,181); }
td.TdClassName
{
border-color: #7ADDB5;
}
.TagClassName
{
border-color: #7ADDB5;
}
</style>