Shades of Downy #7ADDBD
Tints of Downy #7ADDBD
RGB
CMYK
RGB Variations
Color information
#7ADDBD (or 0x7ADDBD) is known color: Downy. HEX triplet: 7A, DD and BD. RGB value is (122,221,189). Sum of RGB (Red+Green+Blue) = 122+221+189=532 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.93% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDBD is #852242. Grayscale: #BBBBBB. Windows color (decimal): -8725059 or 12443002. OLE color: 12443002.
HSL color Cylindrical-coordinate representation of color #7ADDBD: hue angle of 160.61º 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 #7ADDBD is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 189 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.13 |
| HSL | 160.61º | 0.59% | 0.67% | - |
| HSV(B) | 160.61º | 0.45% | 0.87% | - |
| XYZ | 43.07 | 59.52 | 57.36 | - |
| YUV | 187.75 | 128.7 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 189 | 0.45 | 0 | 0.14 | 0.13 | 160.61 | 0.59 | 0.67 |
| Hex | 7A | DD | BD | 2D | 0 | E | D | A1 | 3B | 43 |
| Octal | 172 | 335 | 275 | 55 | 0 | 16 | 15 | 241 | 73 | 103 |
| Binary | 1111010 | 11011101 | 10111101 | 101101 | 0 | 1110 | 1101 | 10100001 | 111011 | 1000011 |
Color Harmonies of #7ADDBD
Complementary color
Monochromatic Colors of #7ADDBD
Black with #7ADDBD
Text Example
Text Example
White with #7ADDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDBD; }
p { color: rgb(122,221,189); }
H1.HeaderClassName
{
color: #7ADDBD;
}
.AnyTagClassName
{
color: #7ADDBD;
}
</style>
background-color css
<style>
a { background-color: #7ADDBD; }
a { background-color: rgb(122,221,189); }
div.DivClassName
{
background-color: #7ADDBD;
}
.BgClassName
{
background-color: #7ADDBD;
}
</style>
border-color css
<style>
span { border-color: #7ADDBD; }
span { border-color: rgb(122,221,189); }
td.TdClassName
{
border-color: #7ADDBD;
}
.TagClassName
{
border-color: #7ADDBD;
}
</style>