Shades of Downy #7AD9BC
Tints of Downy #7AD9BC
RGB
CMYK
RGB Variations
Color information
#7AD9BC (or 0x7AD9BC) is known color: Downy. HEX triplet: 7A, D9 and BC. RGB value is (122,217,188). Sum of RGB (Red+Green+Blue) = 122+217+188=527 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.15% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD9BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD9BC is #852643. Grayscale: #B9B9B9. Windows color (decimal): -8726084 or 12376442. OLE color: 12376442.
HSL color Cylindrical-coordinate representation of color #7AD9BC: hue angle of 161.68º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AD9BC is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 217 | 188 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.15 |
| HSL | 161.68º | 0.56% | 0.66% | - |
| HSV(B) | 161.68º | 0.44% | 0.85% | - |
| XYZ | 41.92 | 57.39 | 56.45 | - |
| YUV | 185.29 | 129.53 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 188 | 0.44 | 0 | 0.13 | 0.15 | 161.68 | 0.56 | 0.66 |
| Hex | 7A | D9 | BC | 2C | 0 | D | F | A2 | 38 | 42 |
| Octal | 172 | 331 | 274 | 54 | 0 | 15 | 17 | 242 | 70 | 102 |
| Binary | 1111010 | 11011001 | 10111100 | 101100 | 0 | 1101 | 1111 | 10100010 | 111000 | 1000010 |
Color Harmonies of #7AD9BC
Complementary color
Monochromatic Colors of #7AD9BC
Black with #7AD9BC
Text Example
Text Example
White with #7AD9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD9BC; }
p { color: rgb(122,217,188); }
H1.HeaderClassName
{
color: #7AD9BC;
}
.AnyTagClassName
{
color: #7AD9BC;
}
</style>
background-color css
<style>
a { background-color: #7AD9BC; }
a { background-color: rgb(122,217,188); }
div.DivClassName
{
background-color: #7AD9BC;
}
.BgClassName
{
background-color: #7AD9BC;
}
</style>
border-color css
<style>
span { border-color: #7AD9BC; }
span { border-color: rgb(122,217,188); }
td.TdClassName
{
border-color: #7AD9BC;
}
.TagClassName
{
border-color: #7AD9BC;
}
</style>