Shades of Downy #7ADDB8
Tints of Downy #7ADDB8
RGB
CMYK
RGB Variations
Color information
#7ADDB8 (or 0x7ADDB8) is known color: Downy. HEX triplet: 7A, DD and B8. RGB value is (122,221,184). Sum of RGB (Red+Green+Blue) = 122+221+184=527 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.15% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDB8 is #852247. Grayscale: #BBBBBB. Windows color (decimal): -8725064 or 12115322. OLE color: 12115322.
HSL color Cylindrical-coordinate representation of color #7ADDB8: hue angle of 157.58º 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 #7ADDB8 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 184 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.13 |
| HSL | 157.58º | 0.59% | 0.67% | - |
| HSV(B) | 157.58º | 0.45% | 0.87% | - |
| XYZ | 42.53 | 59.31 | 54.55 | - |
| YUV | 187.18 | 126.2 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 184 | 0.45 | 0 | 0.17 | 0.13 | 157.58 | 0.59 | 0.67 |
| Hex | 7A | DD | B8 | 2D | 0 | 11 | D | 9E | 3B | 43 |
| Octal | 172 | 335 | 270 | 55 | 0 | 21 | 15 | 236 | 73 | 103 |
| Binary | 1111010 | 11011101 | 10111000 | 101101 | 0 | 10001 | 1101 | 10011110 | 111011 | 1000011 |
Color Harmonies of #7ADDB8
Complementary color
Monochromatic Colors of #7ADDB8
Black with #7ADDB8
Text Example
Text Example
White with #7ADDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDB8; }
p { color: rgb(122,221,184); }
H1.HeaderClassName
{
color: #7ADDB8;
}
.AnyTagClassName
{
color: #7ADDB8;
}
</style>
background-color css
<style>
a { background-color: #7ADDB8; }
a { background-color: rgb(122,221,184); }
div.DivClassName
{
background-color: #7ADDB8;
}
.BgClassName
{
background-color: #7ADDB8;
}
</style>
border-color css
<style>
span { border-color: #7ADDB8; }
span { border-color: rgb(122,221,184); }
td.TdClassName
{
border-color: #7ADDB8;
}
.TagClassName
{
border-color: #7ADDB8;
}
</style>