Shades of Downy #7AD2B9
Tints of Downy #7AD2B9
RGB
CMYK
RGB Variations
Color information
#7AD2B9 (or 0x7AD2B9) is known color: Downy. HEX triplet: 7A, D2 and B9. RGB value is (122,210,185). Sum of RGB (Red+Green+Blue) = 122+210+185=517 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.60% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD2B9 is #852D46. Grayscale: #B4B4B4. Windows color (decimal): -8727879 or 12178042. OLE color: 12178042.
HSL color Cylindrical-coordinate representation of color #7AD2B9: hue angle of 162.95º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD2B9 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 185 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.18 |
| HSL | 162.95º | 0.49% | 0.65% | - |
| HSV(B) | 162.95º | 0.42% | 0.82% | - |
| XYZ | 39.83 | 53.73 | 54.17 | - |
| YUV | 180.84 | 130.35 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 185 | 0.42 | 0 | 0.12 | 0.18 | 162.95 | 0.49 | 0.65 |
| Hex | 7A | D2 | B9 | 2A | 0 | C | 12 | A3 | 31 | 41 |
| Octal | 172 | 322 | 271 | 52 | 0 | 14 | 22 | 243 | 61 | 101 |
| Binary | 1111010 | 11010010 | 10111001 | 101010 | 0 | 1100 | 10010 | 10100011 | 110001 | 1000001 |
Color Harmonies of #7AD2B9
Complementary color
Monochromatic Colors of #7AD2B9
Black with #7AD2B9
Text Example
Text Example
White with #7AD2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD2B9; }
p { color: rgb(122,210,185); }
H1.HeaderClassName
{
color: #7AD2B9;
}
.AnyTagClassName
{
color: #7AD2B9;
}
</style>
background-color css
<style>
a { background-color: #7AD2B9; }
a { background-color: rgb(122,210,185); }
div.DivClassName
{
background-color: #7AD2B9;
}
.BgClassName
{
background-color: #7AD2B9;
}
</style>
border-color css
<style>
span { border-color: #7AD2B9; }
span { border-color: rgb(122,210,185); }
td.TdClassName
{
border-color: #7AD2B9;
}
.TagClassName
{
border-color: #7AD2B9;
}
</style>