Shades of Downy #7ADEB3
Tints of Downy #7ADEB3
RGB
CMYK
RGB Variations
Color information
#7ADEB3 (or 0x7ADEB3) is known color: Downy. HEX triplet: 7A, DE and B3. RGB value is (122,222,179). Sum of RGB (Red+Green+Blue) = 122+222+179=523 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.33% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADEB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADEB3 is #85214C. Grayscale: #BBBBBB. Windows color (decimal): -8724813 or 11787898. OLE color: 11787898.
HSL color Cylindrical-coordinate representation of color #7ADEB3: hue angle of 154.2º 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 #7ADEB3 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 179 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.13 |
| HSL | 154.2º | 0.6% | 0.67% | - |
| HSV(B) | 154.2º | 0.45% | 0.87% | - |
| XYZ | 42.28 | 59.63 | 51.93 | - |
| YUV | 187.2 | 123.37 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 179 | 0.45 | 0 | 0.19 | 0.13 | 154.2 | 0.6 | 0.67 |
| Hex | 7A | DE | B3 | 2D | 0 | 13 | D | 9A | 3C | 43 |
| Octal | 172 | 336 | 263 | 55 | 0 | 23 | 15 | 232 | 74 | 103 |
| Binary | 1111010 | 11011110 | 10110011 | 101101 | 0 | 10011 | 1101 | 10011010 | 111100 | 1000011 |
Color Harmonies of #7ADEB3
Complementary color
Monochromatic Colors of #7ADEB3
Black with #7ADEB3
Text Example
Text Example
White with #7ADEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADEB3; }
p { color: rgb(122,222,179); }
H1.HeaderClassName
{
color: #7ADEB3;
}
.AnyTagClassName
{
color: #7ADEB3;
}
</style>
background-color css
<style>
a { background-color: #7ADEB3; }
a { background-color: rgb(122,222,179); }
div.DivClassName
{
background-color: #7ADEB3;
}
.BgClassName
{
background-color: #7ADEB3;
}
</style>
border-color css
<style>
span { border-color: #7ADEB3; }
span { border-color: rgb(122,222,179); }
td.TdClassName
{
border-color: #7ADEB3;
}
.TagClassName
{
border-color: #7ADEB3;
}
</style>