Shades of Downy #7AD9BD
Tints of Downy #7AD9BD
RGB
CMYK
RGB Variations
Color information
#7AD9BD (or 0x7AD9BD) is known color: Downy. HEX triplet: 7A, D9 and BD. RGB value is (122,217,189). Sum of RGB (Red+Green+Blue) = 122+217+189=528 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.11% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD9BD is #852642. Grayscale: #B9B9B9. Windows color (decimal): -8726083 or 12441978. OLE color: 12441978.
HSL color Cylindrical-coordinate representation of color #7AD9BD: hue angle of 162.32º 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 #7AD9BD is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 217 | 189 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.15 |
| HSL | 162.32º | 0.56% | 0.66% | - |
| HSV(B) | 162.32º | 0.44% | 0.85% | - |
| XYZ | 42.02 | 57.44 | 57.02 | - |
| YUV | 185.4 | 130.03 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 189 | 0.44 | 0 | 0.13 | 0.15 | 162.32 | 0.56 | 0.66 |
| Hex | 7A | D9 | BD | 2C | 0 | D | F | A2 | 38 | 42 |
| Octal | 172 | 331 | 275 | 54 | 0 | 15 | 17 | 242 | 70 | 102 |
| Binary | 1111010 | 11011001 | 10111101 | 101100 | 0 | 1101 | 1111 | 10100010 | 111000 | 1000010 |
Color Harmonies of #7AD9BD
Complementary color
Monochromatic Colors of #7AD9BD
Black with #7AD9BD
Text Example
Text Example
White with #7AD9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD9BD; }
p { color: rgb(122,217,189); }
H1.HeaderClassName
{
color: #7AD9BD;
}
.AnyTagClassName
{
color: #7AD9BD;
}
</style>
background-color css
<style>
a { background-color: #7AD9BD; }
a { background-color: rgb(122,217,189); }
div.DivClassName
{
background-color: #7AD9BD;
}
.BgClassName
{
background-color: #7AD9BD;
}
</style>
border-color css
<style>
span { border-color: #7AD9BD; }
span { border-color: rgb(122,217,189); }
td.TdClassName
{
border-color: #7AD9BD;
}
.TagClassName
{
border-color: #7AD9BD;
}
</style>