Shades of Downy #7ADBBC
Tints of Downy #7ADBBC
RGB
CMYK
RGB Variations
Color information
#7ADBBC (or 0x7ADBBC) is known color: Downy. HEX triplet: 7A, DB and BC. RGB value is (122,219,188). Sum of RGB (Red+Green+Blue) = 122+219+188=529 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.06% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #7ADBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADBBC is #852443. Grayscale: #BABABA. Windows color (decimal): -8725572 or 12376954. OLE color: 12376954.
HSL color Cylindrical-coordinate representation of color #7ADBBC: hue angle of 160.82º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ADBBC is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 219 | 188 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.14 |
| HSL | 160.82º | 0.57% | 0.67% | - |
| HSV(B) | 160.82º | 0.44% | 0.86% | - |
| XYZ | 42.43 | 58.43 | 56.62 | - |
| YUV | 186.46 | 128.86 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 219 | 188 | 0.44 | 0 | 0.14 | 0.14 | 160.82 | 0.57 | 0.67 |
| Hex | 7A | DB | BC | 2C | 0 | E | E | A1 | 39 | 43 |
| Octal | 172 | 333 | 274 | 54 | 0 | 16 | 16 | 241 | 71 | 103 |
| Binary | 1111010 | 11011011 | 10111100 | 101100 | 0 | 1110 | 1110 | 10100001 | 111001 | 1000011 |
Color Harmonies of #7ADBBC
Complementary color
Monochromatic Colors of #7ADBBC
Black with #7ADBBC
Text Example
Text Example
White with #7ADBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADBBC; }
p { color: rgb(122,219,188); }
H1.HeaderClassName
{
color: #7ADBBC;
}
.AnyTagClassName
{
color: #7ADBBC;
}
</style>
background-color css
<style>
a { background-color: #7ADBBC; }
a { background-color: rgb(122,219,188); }
div.DivClassName
{
background-color: #7ADBBC;
}
.BgClassName
{
background-color: #7ADBBC;
}
</style>
border-color css
<style>
span { border-color: #7ADBBC; }
span { border-color: rgb(122,219,188); }
td.TdClassName
{
border-color: #7ADBBC;
}
.TagClassName
{
border-color: #7ADBBC;
}
</style>