Shades of Downy #7AD5BC
Tints of Downy #7AD5BC
RGB
CMYK
RGB Variations
Color information
#7AD5BC (or 0x7AD5BC) is known color: Downy. HEX triplet: 7A, D5 and BC. RGB value is (122,213,188). Sum of RGB (Red+Green+Blue) = 122+213+188=523 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.33% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD5BC is #852A43. Grayscale: #B6B6B6. Windows color (decimal): -8727108 or 12375418. OLE color: 12375418.
HSL color Cylindrical-coordinate representation of color #7AD5BC: hue angle of 163.52º 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 #7AD5BC is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 188 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.16 |
| HSL | 163.52º | 0.52% | 0.66% | - |
| HSV(B) | 163.52º | 0.43% | 0.84% | - |
| XYZ | 40.9 | 55.36 | 56.11 | - |
| YUV | 182.94 | 130.85 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 188 | 0.43 | 0 | 0.12 | 0.16 | 163.52 | 0.52 | 0.66 |
| Hex | 7A | D5 | BC | 2B | 0 | C | 10 | A4 | 34 | 42 |
| Octal | 172 | 325 | 274 | 53 | 0 | 14 | 20 | 244 | 64 | 102 |
| Binary | 1111010 | 11010101 | 10111100 | 101011 | 0 | 1100 | 10000 | 10100100 | 110100 | 1000010 |
Color Harmonies of #7AD5BC
Complementary color
Monochromatic Colors of #7AD5BC
Black with #7AD5BC
Text Example
Text Example
White with #7AD5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD5BC; }
p { color: rgb(122,213,188); }
H1.HeaderClassName
{
color: #7AD5BC;
}
.AnyTagClassName
{
color: #7AD5BC;
}
</style>
background-color css
<style>
a { background-color: #7AD5BC; }
a { background-color: rgb(122,213,188); }
div.DivClassName
{
background-color: #7AD5BC;
}
.BgClassName
{
background-color: #7AD5BC;
}
</style>
border-color css
<style>
span { border-color: #7AD5BC; }
span { border-color: rgb(122,213,188); }
td.TdClassName
{
border-color: #7AD5BC;
}
.TagClassName
{
border-color: #7AD5BC;
}
</style>