Shades of Downy #7ADAB5
Tints of Downy #7ADAB5
RGB
CMYK
RGB Variations
Color information
#7ADAB5 (or 0x7ADAB5) is known color: Downy. HEX triplet: 7A, DA and B5. RGB value is (122,218,181). Sum of RGB (Red+Green+Blue) = 122+218+181=521 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.42% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADAB5 is #85254A. Grayscale: #B9B9B9. Windows color (decimal): -8725835 or 11917946. OLE color: 11917946.
HSL color Cylindrical-coordinate representation of color #7ADAB5: hue angle of 156.88º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ADAB5 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 218 | 181 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.15 |
| HSL | 156.88º | 0.56% | 0.67% | - |
| HSV(B) | 156.88º | 0.44% | 0.85% | - |
| XYZ | 41.44 | 57.62 | 52.65 | - |
| YUV | 185.08 | 125.7 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 218 | 181 | 0.44 | 0 | 0.17 | 0.15 | 156.88 | 0.56 | 0.67 |
| Hex | 7A | DA | B5 | 2C | 0 | 11 | F | 9D | 38 | 43 |
| Octal | 172 | 332 | 265 | 54 | 0 | 21 | 17 | 235 | 70 | 103 |
| Binary | 1111010 | 11011010 | 10110101 | 101100 | 0 | 10001 | 1111 | 10011101 | 111000 | 1000011 |
Color Harmonies of #7ADAB5
Complementary color
Monochromatic Colors of #7ADAB5
Black with #7ADAB5
Text Example
Text Example
White with #7ADAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADAB5; }
p { color: rgb(122,218,181); }
H1.HeaderClassName
{
color: #7ADAB5;
}
.AnyTagClassName
{
color: #7ADAB5;
}
</style>
background-color css
<style>
a { background-color: #7ADAB5; }
a { background-color: rgb(122,218,181); }
div.DivClassName
{
background-color: #7ADAB5;
}
.BgClassName
{
background-color: #7ADAB5;
}
</style>
border-color css
<style>
span { border-color: #7ADAB5; }
span { border-color: rgb(122,218,181); }
td.TdClassName
{
border-color: #7ADAB5;
}
.TagClassName
{
border-color: #7ADAB5;
}
</style>