Shades of Downy #7AD4BF
Tints of Downy #7AD4BF
RGB
CMYK
RGB Variations
Color information
#7AD4BF (or 0x7AD4BF) is known color: Downy. HEX triplet: 7A, D4 and BF. RGB value is (122,212,191). Sum of RGB (Red+Green+Blue) = 122+212+191=525 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.24% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD4BF is #852B40. Grayscale: #B6B6B6. Windows color (decimal): -8727361 or 12571770. OLE color: 12571770.
HSL color Cylindrical-coordinate representation of color #7AD4BF: hue angle of 166º degrees, saturation: 0.51, 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 #7AD4BF is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 212 | 191 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.17 |
| HSL | 166º | 0.51% | 0.65% | - |
| HSV(B) | 166º | 0.42% | 0.83% | - |
| XYZ | 40.97 | 54.99 | 57.74 | - |
| YUV | 182.7 | 132.68 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 212 | 191 | 0.42 | 0 | 0.10 | 0.17 | 166 | 0.51 | 0.65 |
| Hex | 7A | D4 | BF | 2A | 0 | A | 11 | A6 | 33 | 41 |
| Octal | 172 | 324 | 277 | 52 | 0 | 12 | 21 | 246 | 63 | 101 |
| Binary | 1111010 | 11010100 | 10111111 | 101010 | 0 | 1010 | 10001 | 10100110 | 110011 | 1000001 |
Color Harmonies of #7AD4BF
Complementary color
Monochromatic Colors of #7AD4BF
Black with #7AD4BF
Text Example
Text Example
White with #7AD4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD4BF; }
p { color: rgb(122,212,191); }
H1.HeaderClassName
{
color: #7AD4BF;
}
.AnyTagClassName
{
color: #7AD4BF;
}
</style>
background-color css
<style>
a { background-color: #7AD4BF; }
a { background-color: rgb(122,212,191); }
div.DivClassName
{
background-color: #7AD4BF;
}
.BgClassName
{
background-color: #7AD4BF;
}
</style>
border-color css
<style>
span { border-color: #7AD4BF; }
span { border-color: rgb(122,212,191); }
td.TdClassName
{
border-color: #7AD4BF;
}
.TagClassName
{
border-color: #7AD4BF;
}
</style>