Shades of Downy #7AD0BF
Tints of Downy #7AD0BF
RGB
CMYK
RGB Variations
Color information
#7AD0BF (or 0x7AD0BF) is known color: Downy. HEX triplet: 7A, D0 and BF. RGB value is (122,208,191). Sum of RGB (Red+Green+Blue) = 122+208+191=521 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.42% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD0BF is #852F40. Grayscale: #B4B4B4. Windows color (decimal): -8728385 or 12570746. OLE color: 12570746.
HSL color Cylindrical-coordinate representation of color #7AD0BF: hue angle of 168.14º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AD0BF is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 191 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.18 |
| HSL | 168.14º | 0.48% | 0.65% | - |
| HSV(B) | 168.14º | 0.41% | 0.82% | - |
| XYZ | 39.99 | 53.01 | 57.41 | - |
| YUV | 180.35 | 134.01 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 191 | 0.41 | 0 | 0.08 | 0.18 | 168.14 | 0.48 | 0.65 |
| Hex | 7A | D0 | BF | 29 | 0 | 8 | 12 | A8 | 30 | 41 |
| Octal | 172 | 320 | 277 | 51 | 0 | 10 | 22 | 250 | 60 | 101 |
| Binary | 1111010 | 11010000 | 10111111 | 101001 | 0 | 1000 | 10010 | 10101000 | 110000 | 1000001 |
Color Harmonies of #7AD0BF
Complementary color
Monochromatic Colors of #7AD0BF
Black with #7AD0BF
Text Example
Text Example
White with #7AD0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD0BF; }
p { color: rgb(122,208,191); }
H1.HeaderClassName
{
color: #7AD0BF;
}
.AnyTagClassName
{
color: #7AD0BF;
}
</style>
background-color css
<style>
a { background-color: #7AD0BF; }
a { background-color: rgb(122,208,191); }
div.DivClassName
{
background-color: #7AD0BF;
}
.BgClassName
{
background-color: #7AD0BF;
}
</style>
border-color css
<style>
span { border-color: #7AD0BF; }
span { border-color: rgb(122,208,191); }
td.TdClassName
{
border-color: #7AD0BF;
}
.TagClassName
{
border-color: #7AD0BF;
}
</style>