Shades of Downy #7ADEBB
Tints of Downy #7ADEBB
RGB
CMYK
RGB Variations
Color information
#7ADEBB (or 0x7ADEBB) is known color: Downy. HEX triplet: 7A, DE and BB. RGB value is (122,222,187). Sum of RGB (Red+Green+Blue) = 122+222+187=531 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.98% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADEBB is #852144. Grayscale: #BCBCBC. Windows color (decimal): -8724805 or 12312186. OLE color: 12312186.
HSL color Cylindrical-coordinate representation of color #7ADEBB: hue angle of 159º degrees, saturation: 0.6, 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 #7ADEBB is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 187 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.13 |
| HSL | 159º | 0.6% | 0.67% | - |
| HSV(B) | 159º | 0.45% | 0.87% | - |
| XYZ | 43.12 | 59.97 | 56.32 | - |
| YUV | 188.11 | 127.37 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 187 | 0.45 | 0 | 0.16 | 0.13 | 159 | 0.6 | 0.67 |
| Hex | 7A | DE | BB | 2D | 0 | 10 | D | 9F | 3C | 43 |
| Octal | 172 | 336 | 273 | 55 | 0 | 20 | 15 | 237 | 74 | 103 |
| Binary | 1111010 | 11011110 | 10111011 | 101101 | 0 | 10000 | 1101 | 10011111 | 111100 | 1000011 |
Color Harmonies of #7ADEBB
Complementary color
Monochromatic Colors of #7ADEBB
Black with #7ADEBB
Text Example
Text Example
White with #7ADEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADEBB; }
p { color: rgb(122,222,187); }
H1.HeaderClassName
{
color: #7ADEBB;
}
.AnyTagClassName
{
color: #7ADEBB;
}
</style>
background-color css
<style>
a { background-color: #7ADEBB; }
a { background-color: rgb(122,222,187); }
div.DivClassName
{
background-color: #7ADEBB;
}
.BgClassName
{
background-color: #7ADEBB;
}
</style>
border-color css
<style>
span { border-color: #7ADEBB; }
span { border-color: rgb(122,222,187); }
td.TdClassName
{
border-color: #7ADEBB;
}
.TagClassName
{
border-color: #7ADEBB;
}
</style>