Shades of Downy #7AD5BD
Tints of Downy #7AD5BD
RGB
CMYK
RGB Variations
Color information
#7AD5BD (or 0x7AD5BD) is known color: Downy. HEX triplet: 7A, D5 and BD. RGB value is (122,213,189). Sum of RGB (Red+Green+Blue) = 122+213+189=524 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.28% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD5BD is #852A42. Grayscale: #B7B7B7. Windows color (decimal): -8727107 or 12440954. OLE color: 12440954.
HSL color Cylindrical-coordinate representation of color #7AD5BD: hue angle of 164.18º 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 #7AD5BD is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 189 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.16 |
| HSL | 164.18º | 0.52% | 0.66% | - |
| HSV(B) | 164.18º | 0.43% | 0.84% | - |
| XYZ | 41.01 | 55.4 | 56.68 | - |
| YUV | 183.06 | 131.35 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 189 | 0.43 | 0 | 0.11 | 0.16 | 164.18 | 0.52 | 0.66 |
| Hex | 7A | D5 | BD | 2B | 0 | B | 10 | A4 | 34 | 42 |
| Octal | 172 | 325 | 275 | 53 | 0 | 13 | 20 | 244 | 64 | 102 |
| Binary | 1111010 | 11010101 | 10111101 | 101011 | 0 | 1011 | 10000 | 10100100 | 110100 | 1000010 |
Color Harmonies of #7AD5BD
Complementary color
Monochromatic Colors of #7AD5BD
Black with #7AD5BD
Text Example
Text Example
White with #7AD5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD5BD; }
p { color: rgb(122,213,189); }
H1.HeaderClassName
{
color: #7AD5BD;
}
.AnyTagClassName
{
color: #7AD5BD;
}
</style>
background-color css
<style>
a { background-color: #7AD5BD; }
a { background-color: rgb(122,213,189); }
div.DivClassName
{
background-color: #7AD5BD;
}
.BgClassName
{
background-color: #7AD5BD;
}
</style>
border-color css
<style>
span { border-color: #7AD5BD; }
span { border-color: rgb(122,213,189); }
td.TdClassName
{
border-color: #7AD5BD;
}
.TagClassName
{
border-color: #7AD5BD;
}
</style>