Shades of Downy #7AD5B9
Tints of Downy #7AD5B9
RGB
CMYK
RGB Variations
Color information
#7AD5B9 (or 0x7AD5B9) is known color: Downy. HEX triplet: 7A, D5 and B9. RGB value is (122,213,185). Sum of RGB (Red+Green+Blue) = 122+213+185=520 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.46% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD5B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD5B9 is #852A46. Grayscale: #B6B6B6. Windows color (decimal): -8727111 or 12178810. OLE color: 12178810.
HSL color Cylindrical-coordinate representation of color #7AD5B9: hue angle of 161.54º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD5B9 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 185 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.16 |
| HSL | 161.54º | 0.52% | 0.66% | - |
| HSV(B) | 161.54º | 0.43% | 0.84% | - |
| XYZ | 40.58 | 55.23 | 54.42 | - |
| YUV | 182.6 | 129.35 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 185 | 0.43 | 0 | 0.13 | 0.16 | 161.54 | 0.52 | 0.66 |
| Hex | 7A | D5 | B9 | 2B | 0 | D | 10 | A2 | 34 | 42 |
| Octal | 172 | 325 | 271 | 53 | 0 | 15 | 20 | 242 | 64 | 102 |
| Binary | 1111010 | 11010101 | 10111001 | 101011 | 0 | 1101 | 10000 | 10100010 | 110100 | 1000010 |
Color Harmonies of #7AD5B9
Complementary color
Monochromatic Colors of #7AD5B9
Black with #7AD5B9
Text Example
Text Example
White with #7AD5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD5B9; }
p { color: rgb(122,213,185); }
H1.HeaderClassName
{
color: #7AD5B9;
}
.AnyTagClassName
{
color: #7AD5B9;
}
</style>
background-color css
<style>
a { background-color: #7AD5B9; }
a { background-color: rgb(122,213,185); }
div.DivClassName
{
background-color: #7AD5B9;
}
.BgClassName
{
background-color: #7AD5B9;
}
</style>
border-color css
<style>
span { border-color: #7AD5B9; }
span { border-color: rgb(122,213,185); }
td.TdClassName
{
border-color: #7AD5B9;
}
.TagClassName
{
border-color: #7AD5B9;
}
</style>