Shades of Downy #7ADDBE
Tints of Downy #7ADDBE
RGB
CMYK
RGB Variations
Color information
#7ADDBE (or 0x7ADDBE) is known color: Downy. HEX triplet: 7A, DD and BE. RGB value is (122,221,190). Sum of RGB (Red+Green+Blue) = 122+221+190=533 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.89% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDBE is #852241. Grayscale: #BBBBBB. Windows color (decimal): -8725058 or 12508538. OLE color: 12508538.
HSL color Cylindrical-coordinate representation of color #7ADDBE: hue angle of 161.21º 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 #7ADDBE is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 190 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.13 |
| HSL | 161.21º | 0.59% | 0.67% | - |
| HSV(B) | 161.21º | 0.45% | 0.87% | - |
| XYZ | 43.18 | 59.57 | 57.94 | - |
| YUV | 187.87 | 129.2 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 190 | 0.45 | 0 | 0.14 | 0.13 | 161.21 | 0.59 | 0.67 |
| Hex | 7A | DD | BE | 2D | 0 | E | D | A1 | 3B | 43 |
| Octal | 172 | 335 | 276 | 55 | 0 | 16 | 15 | 241 | 73 | 103 |
| Binary | 1111010 | 11011101 | 10111110 | 101101 | 0 | 1110 | 1101 | 10100001 | 111011 | 1000011 |
Color Harmonies of #7ADDBE
Complementary color
Monochromatic Colors of #7ADDBE
Black with #7ADDBE
Text Example
Text Example
White with #7ADDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDBE; }
p { color: rgb(122,221,190); }
H1.HeaderClassName
{
color: #7ADDBE;
}
.AnyTagClassName
{
color: #7ADDBE;
}
</style>
background-color css
<style>
a { background-color: #7ADDBE; }
a { background-color: rgb(122,221,190); }
div.DivClassName
{
background-color: #7ADDBE;
}
.BgClassName
{
background-color: #7ADDBE;
}
</style>
border-color css
<style>
span { border-color: #7ADDBE; }
span { border-color: rgb(122,221,190); }
td.TdClassName
{
border-color: #7ADDBE;
}
.TagClassName
{
border-color: #7ADDBE;
}
</style>