Shades of Downy #7ADCBA
Tints of Downy #7ADCBA
RGB
CMYK
RGB Variations
Color information
#7ADCBA (or 0x7ADCBA) is known color: Downy. HEX triplet: 7A, DC and BA. RGB value is (122,220,186). Sum of RGB (Red+Green+Blue) = 122+220+186=528 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.11% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADCBA is #852345. Grayscale: #BABABA. Windows color (decimal): -8725318 or 12246138. OLE color: 12246138.
HSL color Cylindrical-coordinate representation of color #7ADCBA: hue angle of 159.18º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADCBA is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 186 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.14 |
| HSL | 159.18º | 0.58% | 0.67% | - |
| HSV(B) | 159.18º | 0.45% | 0.86% | - |
| XYZ | 42.48 | 58.87 | 55.58 | - |
| YUV | 186.82 | 127.53 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 186 | 0.45 | 0 | 0.15 | 0.14 | 159.18 | 0.58 | 0.67 |
| Hex | 7A | DC | BA | 2D | 0 | F | E | 9F | 3A | 43 |
| Octal | 172 | 334 | 272 | 55 | 0 | 17 | 16 | 237 | 72 | 103 |
| Binary | 1111010 | 11011100 | 10111010 | 101101 | 0 | 1111 | 1110 | 10011111 | 111010 | 1000011 |
Color Harmonies of #7ADCBA
Complementary color
Monochromatic Colors of #7ADCBA
Black with #7ADCBA
Text Example
Text Example
White with #7ADCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADCBA; }
p { color: rgb(122,220,186); }
H1.HeaderClassName
{
color: #7ADCBA;
}
.AnyTagClassName
{
color: #7ADCBA;
}
</style>
background-color css
<style>
a { background-color: #7ADCBA; }
a { background-color: rgb(122,220,186); }
div.DivClassName
{
background-color: #7ADCBA;
}
.BgClassName
{
background-color: #7ADCBA;
}
</style>
border-color css
<style>
span { border-color: #7ADCBA; }
span { border-color: rgb(122,220,186); }
td.TdClassName
{
border-color: #7ADCBA;
}
.TagClassName
{
border-color: #7ADCBA;
}
</style>