Shades of Downy #7AD3BD
Tints of Downy #7AD3BD
RGB
CMYK
RGB Variations
Color information
#7AD3BD (or 0x7AD3BD) is known color: Downy. HEX triplet: 7A, D3 and BD. RGB value is (122,211,189). Sum of RGB (Red+Green+Blue) = 122+211+189=522 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.37% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD3BD is #852C42. Grayscale: #B5B5B5. Windows color (decimal): -8727619 or 12440442. OLE color: 12440442.
HSL color Cylindrical-coordinate representation of color #7AD3BD: hue angle of 165.17º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD3BD is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 189 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.17 |
| HSL | 165.17º | 0.5% | 0.65% | - |
| HSV(B) | 165.17º | 0.42% | 0.83% | - |
| XYZ | 40.51 | 54.4 | 56.51 | - |
| YUV | 181.88 | 132.01 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 189 | 0.42 | 0 | 0.10 | 0.17 | 165.17 | 0.5 | 0.65 |
| Hex | 7A | D3 | BD | 2A | 0 | A | 11 | A5 | 32 | 41 |
| Octal | 172 | 323 | 275 | 52 | 0 | 12 | 21 | 245 | 62 | 101 |
| Binary | 1111010 | 11010011 | 10111101 | 101010 | 0 | 1010 | 10001 | 10100101 | 110010 | 1000001 |
Color Harmonies of #7AD3BD
Complementary color
Monochromatic Colors of #7AD3BD
Black with #7AD3BD
Text Example
Text Example
White with #7AD3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD3BD; }
p { color: rgb(122,211,189); }
H1.HeaderClassName
{
color: #7AD3BD;
}
.AnyTagClassName
{
color: #7AD3BD;
}
</style>
background-color css
<style>
a { background-color: #7AD3BD; }
a { background-color: rgb(122,211,189); }
div.DivClassName
{
background-color: #7AD3BD;
}
.BgClassName
{
background-color: #7AD3BD;
}
</style>
border-color css
<style>
span { border-color: #7AD3BD; }
span { border-color: rgb(122,211,189); }
td.TdClassName
{
border-color: #7AD3BD;
}
.TagClassName
{
border-color: #7AD3BD;
}
</style>