Shades of Downy #7AD6BC
Tints of Downy #7AD6BC
RGB
CMYK
RGB Variations
Color information
#7AD6BC (or 0x7AD6BC) is known color: Downy. HEX triplet: 7A, D6 and BC. RGB value is (122,214,188). Sum of RGB (Red+Green+Blue) = 122+214+188=524 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.28% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD6BC is #852943. Grayscale: #B7B7B7. Windows color (decimal): -8726852 or 12375674. OLE color: 12375674.
HSL color Cylindrical-coordinate representation of color #7AD6BC: hue angle of 163.04º degrees, saturation: 0.53, 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 #7AD6BC is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 214 | 188 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.16 |
| HSL | 163.04º | 0.53% | 0.66% | - |
| HSV(B) | 163.04º | 0.43% | 0.84% | - |
| XYZ | 41.15 | 55.86 | 56.19 | - |
| YUV | 183.53 | 130.52 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 214 | 188 | 0.43 | 0 | 0.12 | 0.16 | 163.04 | 0.53 | 0.66 |
| Hex | 7A | D6 | BC | 2B | 0 | C | 10 | A3 | 35 | 42 |
| Octal | 172 | 326 | 274 | 53 | 0 | 14 | 20 | 243 | 65 | 102 |
| Binary | 1111010 | 11010110 | 10111100 | 101011 | 0 | 1100 | 10000 | 10100011 | 110101 | 1000010 |
Color Harmonies of #7AD6BC
Complementary color
Monochromatic Colors of #7AD6BC
Black with #7AD6BC
Text Example
Text Example
White with #7AD6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD6BC; }
p { color: rgb(122,214,188); }
H1.HeaderClassName
{
color: #7AD6BC;
}
.AnyTagClassName
{
color: #7AD6BC;
}
</style>
background-color css
<style>
a { background-color: #7AD6BC; }
a { background-color: rgb(122,214,188); }
div.DivClassName
{
background-color: #7AD6BC;
}
.BgClassName
{
background-color: #7AD6BC;
}
</style>
border-color css
<style>
span { border-color: #7AD6BC; }
span { border-color: rgb(122,214,188); }
td.TdClassName
{
border-color: #7AD6BC;
}
.TagClassName
{
border-color: #7AD6BC;
}
</style>