Shades of Downy #7ADABC
Tints of Downy #7ADABC
RGB
CMYK
RGB Variations
Color information
#7ADABC (or 0x7ADABC) is known color: Downy. HEX triplet: 7A, DA and BC. RGB value is (122,218,188). Sum of RGB (Red+Green+Blue) = 122+218+188=528 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.11% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADABC is #852543. Grayscale: #B9B9B9. Windows color (decimal): -8725828 or 12376698. OLE color: 12376698.
HSL color Cylindrical-coordinate representation of color #7ADABC: hue angle of 161.25º 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 #7ADABC is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 218 | 188 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.15 |
| HSL | 161.25º | 0.56% | 0.67% | - |
| HSV(B) | 161.25º | 0.44% | 0.85% | - |
| XYZ | 42.17 | 57.91 | 56.53 | - |
| YUV | 185.88 | 129.2 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 218 | 188 | 0.44 | 0 | 0.14 | 0.15 | 161.25 | 0.56 | 0.67 |
| Hex | 7A | DA | BC | 2C | 0 | E | F | A1 | 38 | 43 |
| Octal | 172 | 332 | 274 | 54 | 0 | 16 | 17 | 241 | 70 | 103 |
| Binary | 1111010 | 11011010 | 10111100 | 101100 | 0 | 1110 | 1111 | 10100001 | 111000 | 1000011 |
Color Harmonies of #7ADABC
Complementary color
Monochromatic Colors of #7ADABC
Black with #7ADABC
Text Example
Text Example
White with #7ADABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADABC; }
p { color: rgb(122,218,188); }
H1.HeaderClassName
{
color: #7ADABC;
}
.AnyTagClassName
{
color: #7ADABC;
}
</style>
background-color css
<style>
a { background-color: #7ADABC; }
a { background-color: rgb(122,218,188); }
div.DivClassName
{
background-color: #7ADABC;
}
.BgClassName
{
background-color: #7ADABC;
}
</style>
border-color css
<style>
span { border-color: #7ADABC; }
span { border-color: rgb(122,218,188); }
td.TdClassName
{
border-color: #7ADABC;
}
.TagClassName
{
border-color: #7ADABC;
}
</style>