Shades of Downy #7ADAC0
Tints of Downy #7ADAC0
RGB
CMYK
RGB Variations
Color information
#7ADAC0 (or 0x7ADAC0) is known color: Downy. HEX triplet: 7A, DA and C0. RGB value is (122,218,192). Sum of RGB (Red+Green+Blue) = 122+218+192=532 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.93% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADAC0 is #85253F. Grayscale: #BABABA. Windows color (decimal): -8725824 or 12638842. OLE color: 12638842.
HSL color Cylindrical-coordinate representation of color #7ADAC0: hue angle of 163.75º 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 #7ADAC0 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 218 | 192 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.15 |
| HSL | 163.75º | 0.56% | 0.67% | - |
| HSV(B) | 163.75º | 0.44% | 0.85% | - |
| XYZ | 42.61 | 58.09 | 58.84 | - |
| YUV | 186.33 | 131.2 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 218 | 192 | 0.44 | 0 | 0.12 | 0.15 | 163.75 | 0.56 | 0.67 |
| Hex | 7A | DA | C0 | 2C | 0 | C | F | A4 | 38 | 43 |
| Octal | 172 | 332 | 300 | 54 | 0 | 14 | 17 | 244 | 70 | 103 |
| Binary | 1111010 | 11011010 | 11000000 | 101100 | 0 | 1100 | 1111 | 10100100 | 111000 | 1000011 |
Color Harmonies of #7ADAC0
Complementary color
Monochromatic Colors of #7ADAC0
Black with #7ADAC0
Text Example
Text Example
White with #7ADAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADAC0; }
p { color: rgb(122,218,192); }
H1.HeaderClassName
{
color: #7ADAC0;
}
.AnyTagClassName
{
color: #7ADAC0;
}
</style>
background-color css
<style>
a { background-color: #7ADAC0; }
a { background-color: rgb(122,218,192); }
div.DivClassName
{
background-color: #7ADAC0;
}
.BgClassName
{
background-color: #7ADAC0;
}
</style>
border-color css
<style>
span { border-color: #7ADAC0; }
span { border-color: rgb(122,218,192); }
td.TdClassName
{
border-color: #7ADAC0;
}
.TagClassName
{
border-color: #7ADAC0;
}
</style>