Shades of Downy #7AD5B7
Tints of Downy #7AD5B7
RGB
CMYK
RGB Variations
Color information
#7AD5B7 (or 0x7AD5B7) is known color: Downy. HEX triplet: 7A, D5 and B7. RGB value is (122,213,183). Sum of RGB (Red+Green+Blue) = 122+213+183=518 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.55% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD5B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD5B7 is #852A48. Grayscale: #B6B6B6. Windows color (decimal): -8727113 or 12047738. OLE color: 12047738.
HSL color Cylindrical-coordinate representation of color #7AD5B7: hue angle of 160.22º 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 #7AD5B7 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 183 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.16 |
| HSL | 160.22º | 0.52% | 0.66% | - |
| HSV(B) | 160.22º | 0.43% | 0.84% | - |
| XYZ | 40.37 | 55.14 | 53.32 | - |
| YUV | 182.37 | 128.35 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 183 | 0.43 | 0 | 0.14 | 0.16 | 160.22 | 0.52 | 0.66 |
| Hex | 7A | D5 | B7 | 2B | 0 | E | 10 | A0 | 34 | 42 |
| Octal | 172 | 325 | 267 | 53 | 0 | 16 | 20 | 240 | 64 | 102 |
| Binary | 1111010 | 11010101 | 10110111 | 101011 | 0 | 1110 | 10000 | 10100000 | 110100 | 1000010 |
Color Harmonies of #7AD5B7
Complementary color
Monochromatic Colors of #7AD5B7
Black with #7AD5B7
Text Example
Text Example
White with #7AD5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD5B7; }
p { color: rgb(122,213,183); }
H1.HeaderClassName
{
color: #7AD5B7;
}
.AnyTagClassName
{
color: #7AD5B7;
}
</style>
background-color css
<style>
a { background-color: #7AD5B7; }
a { background-color: rgb(122,213,183); }
div.DivClassName
{
background-color: #7AD5B7;
}
.BgClassName
{
background-color: #7AD5B7;
}
</style>
border-color css
<style>
span { border-color: #7AD5B7; }
span { border-color: rgb(122,213,183); }
td.TdClassName
{
border-color: #7AD5B7;
}
.TagClassName
{
border-color: #7AD5B7;
}
</style>