Shades of Downy #7ADCB3
Tints of Downy #7ADCB3
RGB
CMYK
RGB Variations
Color information
#7ADCB3 (or 0x7ADCB3) is known color: Downy. HEX triplet: 7A, DC and B3. RGB value is (122,220,179). Sum of RGB (Red+Green+Blue) = 122+220+179=521 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.42% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADCB3 is #85234C. Grayscale: #BABABA. Windows color (decimal): -8725325 or 11787386. OLE color: 11787386.
HSL color Cylindrical-coordinate representation of color #7ADCB3: hue angle of 154.9º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADCB3 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 179 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.14 |
| HSL | 154.9º | 0.58% | 0.67% | - |
| HSV(B) | 154.9º | 0.45% | 0.86% | - |
| XYZ | 41.76 | 58.58 | 51.75 | - |
| YUV | 186.02 | 124.03 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 179 | 0.45 | 0 | 0.19 | 0.14 | 154.9 | 0.58 | 0.67 |
| Hex | 7A | DC | B3 | 2D | 0 | 13 | E | 9B | 3A | 43 |
| Octal | 172 | 334 | 263 | 55 | 0 | 23 | 16 | 233 | 72 | 103 |
| Binary | 1111010 | 11011100 | 10110011 | 101101 | 0 | 10011 | 1110 | 10011011 | 111010 | 1000011 |
Color Harmonies of #7ADCB3
Complementary color
Monochromatic Colors of #7ADCB3
Black with #7ADCB3
Text Example
Text Example
White with #7ADCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADCB3; }
p { color: rgb(122,220,179); }
H1.HeaderClassName
{
color: #7ADCB3;
}
.AnyTagClassName
{
color: #7ADCB3;
}
</style>
background-color css
<style>
a { background-color: #7ADCB3; }
a { background-color: rgb(122,220,179); }
div.DivClassName
{
background-color: #7ADCB3;
}
.BgClassName
{
background-color: #7ADCB3;
}
</style>
border-color css
<style>
span { border-color: #7ADCB3; }
span { border-color: rgb(122,220,179); }
td.TdClassName
{
border-color: #7ADCB3;
}
.TagClassName
{
border-color: #7ADCB3;
}
</style>