Shades of Downy #7AD8BC
Tints of Downy #7AD8BC
RGB
CMYK
RGB Variations
Color information
#7AD8BC (or 0x7AD8BC) is known color: Downy. HEX triplet: 7A, D8 and BC. RGB value is (122,216,188). Sum of RGB (Red+Green+Blue) = 122+216+188=526 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.19% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD8BC is #852743. Grayscale: #B8B8B8. Windows color (decimal): -8726340 or 12376186. OLE color: 12376186.
HSL color Cylindrical-coordinate representation of color #7AD8BC: hue angle of 162.13º degrees, saturation: 0.55, 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 #7AD8BC is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 216 | 188 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.15 |
| HSL | 162.13º | 0.55% | 0.66% | - |
| HSV(B) | 162.13º | 0.44% | 0.85% | - |
| XYZ | 41.66 | 56.88 | 56.36 | - |
| YUV | 184.7 | 129.86 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 188 | 0.44 | 0 | 0.13 | 0.15 | 162.13 | 0.55 | 0.66 |
| Hex | 7A | D8 | BC | 2C | 0 | D | F | A2 | 37 | 42 |
| Octal | 172 | 330 | 274 | 54 | 0 | 15 | 17 | 242 | 67 | 102 |
| Binary | 1111010 | 11011000 | 10111100 | 101100 | 0 | 1101 | 1111 | 10100010 | 110111 | 1000010 |
Color Harmonies of #7AD8BC
Complementary color
Monochromatic Colors of #7AD8BC
Black with #7AD8BC
Text Example
Text Example
White with #7AD8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD8BC; }
p { color: rgb(122,216,188); }
H1.HeaderClassName
{
color: #7AD8BC;
}
.AnyTagClassName
{
color: #7AD8BC;
}
</style>
background-color css
<style>
a { background-color: #7AD8BC; }
a { background-color: rgb(122,216,188); }
div.DivClassName
{
background-color: #7AD8BC;
}
.BgClassName
{
background-color: #7AD8BC;
}
</style>
border-color css
<style>
span { border-color: #7AD8BC; }
span { border-color: rgb(122,216,188); }
td.TdClassName
{
border-color: #7AD8BC;
}
.TagClassName
{
border-color: #7AD8BC;
}
</style>