Shades of Downy #7ADDBC
Tints of Downy #7ADDBC
RGB
CMYK
RGB Variations
Color information
#7ADDBC (or 0x7ADDBC) is known color: Downy. HEX triplet: 7A, DD and BC. RGB value is (122,221,188). Sum of RGB (Red+Green+Blue) = 122+221+188=531 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.98% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDBC is #852243. Grayscale: #BBBBBB. Windows color (decimal): -8725060 or 12377466. OLE color: 12377466.
HSL color Cylindrical-coordinate representation of color #7ADDBC: hue angle of 160º 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 #7ADDBC is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 188 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.13 |
| HSL | 160º | 0.59% | 0.67% | - |
| HSV(B) | 160º | 0.45% | 0.87% | - |
| XYZ | 42.96 | 59.48 | 56.79 | - |
| YUV | 187.64 | 128.2 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 188 | 0.45 | 0 | 0.15 | 0.13 | 160 | 0.59 | 0.67 |
| Hex | 7A | DD | BC | 2D | 0 | F | D | A0 | 3B | 43 |
| Octal | 172 | 335 | 274 | 55 | 0 | 17 | 15 | 240 | 73 | 103 |
| Binary | 1111010 | 11011101 | 10111100 | 101101 | 0 | 1111 | 1101 | 10100000 | 111011 | 1000011 |
Color Harmonies of #7ADDBC
Complementary color
Monochromatic Colors of #7ADDBC
Black with #7ADDBC
Text Example
Text Example
White with #7ADDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDBC; }
p { color: rgb(122,221,188); }
H1.HeaderClassName
{
color: #7ADDBC;
}
.AnyTagClassName
{
color: #7ADDBC;
}
</style>
background-color css
<style>
a { background-color: #7ADDBC; }
a { background-color: rgb(122,221,188); }
div.DivClassName
{
background-color: #7ADDBC;
}
.BgClassName
{
background-color: #7ADDBC;
}
</style>
border-color css
<style>
span { border-color: #7ADDBC; }
span { border-color: rgb(122,221,188); }
td.TdClassName
{
border-color: #7ADDBC;
}
.TagClassName
{
border-color: #7ADDBC;
}
</style>