Shades of Downy #7AD8BE
Tints of Downy #7AD8BE
RGB
CMYK
RGB Variations
Color information
#7AD8BE (or 0x7AD8BE) is known color: Downy. HEX triplet: 7A, D8 and BE. RGB value is (122,216,190). Sum of RGB (Red+Green+Blue) = 122+216+190=528 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.11% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD8BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD8BE is #852741. Grayscale: #B8B8B8. Windows color (decimal): -8726338 or 12507258. OLE color: 12507258.
HSL color Cylindrical-coordinate representation of color #7AD8BE: hue angle of 163.4º 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 #7AD8BE is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 216 | 190 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.15 |
| HSL | 163.4º | 0.55% | 0.66% | - |
| HSV(B) | 163.4º | 0.44% | 0.85% | - |
| XYZ | 41.88 | 56.97 | 57.5 | - |
| YUV | 184.93 | 130.86 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 190 | 0.44 | 0 | 0.12 | 0.15 | 163.4 | 0.55 | 0.66 |
| Hex | 7A | D8 | BE | 2C | 0 | C | F | A3 | 37 | 42 |
| Octal | 172 | 330 | 276 | 54 | 0 | 14 | 17 | 243 | 67 | 102 |
| Binary | 1111010 | 11011000 | 10111110 | 101100 | 0 | 1100 | 1111 | 10100011 | 110111 | 1000010 |
Color Harmonies of #7AD8BE
Complementary color
Monochromatic Colors of #7AD8BE
Black with #7AD8BE
Text Example
Text Example
White with #7AD8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD8BE; }
p { color: rgb(122,216,190); }
H1.HeaderClassName
{
color: #7AD8BE;
}
.AnyTagClassName
{
color: #7AD8BE;
}
</style>
background-color css
<style>
a { background-color: #7AD8BE; }
a { background-color: rgb(122,216,190); }
div.DivClassName
{
background-color: #7AD8BE;
}
.BgClassName
{
background-color: #7AD8BE;
}
</style>
border-color css
<style>
span { border-color: #7AD8BE; }
span { border-color: rgb(122,216,190); }
td.TdClassName
{
border-color: #7AD8BE;
}
.TagClassName
{
border-color: #7AD8BE;
}
</style>