Shades of Downy #7AD3BF
Tints of Downy #7AD3BF
RGB
CMYK
RGB Variations
Color information
#7AD3BF (or 0x7AD3BF) is known color: Downy. HEX triplet: 7A, D3 and BF. RGB value is (122,211,191). Sum of RGB (Red+Green+Blue) = 122+211+191=524 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.28% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD3BF is #852C40. Grayscale: #B6B6B6. Windows color (decimal): -8727617 or 12571514. OLE color: 12571514.
HSL color Cylindrical-coordinate representation of color #7AD3BF: hue angle of 166.52º 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 #7AD3BF is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 191 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.17 |
| HSL | 166.52º | 0.5% | 0.65% | - |
| HSV(B) | 166.52º | 0.42% | 0.83% | - |
| XYZ | 40.72 | 54.49 | 57.66 | - |
| YUV | 182.11 | 133.01 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 191 | 0.42 | 0 | 0.09 | 0.17 | 166.52 | 0.5 | 0.65 |
| Hex | 7A | D3 | BF | 2A | 0 | 9 | 11 | A7 | 32 | 41 |
| Octal | 172 | 323 | 277 | 52 | 0 | 11 | 21 | 247 | 62 | 101 |
| Binary | 1111010 | 11010011 | 10111111 | 101010 | 0 | 1001 | 10001 | 10100111 | 110010 | 1000001 |
Color Harmonies of #7AD3BF
Complementary color
Monochromatic Colors of #7AD3BF
Black with #7AD3BF
Text Example
Text Example
White with #7AD3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD3BF; }
p { color: rgb(122,211,191); }
H1.HeaderClassName
{
color: #7AD3BF;
}
.AnyTagClassName
{
color: #7AD3BF;
}
</style>
background-color css
<style>
a { background-color: #7AD3BF; }
a { background-color: rgb(122,211,191); }
div.DivClassName
{
background-color: #7AD3BF;
}
.BgClassName
{
background-color: #7AD3BF;
}
</style>
border-color css
<style>
span { border-color: #7AD3BF; }
span { border-color: rgb(122,211,191); }
td.TdClassName
{
border-color: #7AD3BF;
}
.TagClassName
{
border-color: #7AD3BF;
}
</style>