Shades of Downy #7AD5BB
Tints of Downy #7AD5BB
RGB
CMYK
RGB Variations
Color information
#7AD5BB (or 0x7AD5BB) is known color: Downy. HEX triplet: 7A, D5 and BB. RGB value is (122,213,187). Sum of RGB (Red+Green+Blue) = 122+213+187=522 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.37% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD5BB is #852A44. Grayscale: #B6B6B6. Windows color (decimal): -8727109 or 12309882. OLE color: 12309882.
HSL color Cylindrical-coordinate representation of color #7AD5BB: hue angle of 162.86º 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 #7AD5BB is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 187 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.16 |
| HSL | 162.86º | 0.52% | 0.66% | - |
| HSV(B) | 162.86º | 0.43% | 0.84% | - |
| XYZ | 40.79 | 55.31 | 55.54 | - |
| YUV | 182.83 | 130.35 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 187 | 0.43 | 0 | 0.12 | 0.16 | 162.86 | 0.52 | 0.66 |
| Hex | 7A | D5 | BB | 2B | 0 | C | 10 | A3 | 34 | 42 |
| Octal | 172 | 325 | 273 | 53 | 0 | 14 | 20 | 243 | 64 | 102 |
| Binary | 1111010 | 11010101 | 10111011 | 101011 | 0 | 1100 | 10000 | 10100011 | 110100 | 1000010 |
Color Harmonies of #7AD5BB
Complementary color
Monochromatic Colors of #7AD5BB
Black with #7AD5BB
Text Example
Text Example
White with #7AD5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD5BB; }
p { color: rgb(122,213,187); }
H1.HeaderClassName
{
color: #7AD5BB;
}
.AnyTagClassName
{
color: #7AD5BB;
}
</style>
background-color css
<style>
a { background-color: #7AD5BB; }
a { background-color: rgb(122,213,187); }
div.DivClassName
{
background-color: #7AD5BB;
}
.BgClassName
{
background-color: #7AD5BB;
}
</style>
border-color css
<style>
span { border-color: #7AD5BB; }
span { border-color: rgb(122,213,187); }
td.TdClassName
{
border-color: #7AD5BB;
}
.TagClassName
{
border-color: #7AD5BB;
}
</style>