Shades of Downy #7ADDBB
Tints of Downy #7ADDBB
RGB
CMYK
RGB Variations
Color information
#7ADDBB (or 0x7ADDBB) is known color: Downy. HEX triplet: 7A, DD and BB. RGB value is (122,221,187). Sum of RGB (Red+Green+Blue) = 122+221+187=530 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.02% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDBB is #852244. Grayscale: #BBBBBB. Windows color (decimal): -8725061 or 12311930. OLE color: 12311930.
HSL color Cylindrical-coordinate representation of color #7ADDBB: hue angle of 159.39º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADDBB is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 187 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.13 |
| HSL | 159.39º | 0.59% | 0.67% | - |
| HSV(B) | 159.39º | 0.45% | 0.87% | - |
| XYZ | 42.85 | 59.44 | 56.23 | - |
| YUV | 187.52 | 127.7 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 187 | 0.45 | 0 | 0.15 | 0.13 | 159.39 | 0.59 | 0.67 |
| Hex | 7A | DD | BB | 2D | 0 | F | D | 9F | 3B | 43 |
| Octal | 172 | 335 | 273 | 55 | 0 | 17 | 15 | 237 | 73 | 103 |
| Binary | 1111010 | 11011101 | 10111011 | 101101 | 0 | 1111 | 1101 | 10011111 | 111011 | 1000011 |
Color Harmonies of #7ADDBB
Complementary color
Monochromatic Colors of #7ADDBB
Black with #7ADDBB
Text Example
Text Example
White with #7ADDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDBB; }
p { color: rgb(122,221,187); }
H1.HeaderClassName
{
color: #7ADDBB;
}
.AnyTagClassName
{
color: #7ADDBB;
}
</style>
background-color css
<style>
a { background-color: #7ADDBB; }
a { background-color: rgb(122,221,187); }
div.DivClassName
{
background-color: #7ADDBB;
}
.BgClassName
{
background-color: #7ADDBB;
}
</style>
border-color css
<style>
span { border-color: #7ADDBB; }
span { border-color: rgb(122,221,187); }
td.TdClassName
{
border-color: #7ADDBB;
}
.TagClassName
{
border-color: #7ADDBB;
}
</style>