Shades of Downy #7ADCB4
Tints of Downy #7ADCB4
RGB
CMYK
RGB Variations
Color information
#7ADCB4 (or 0x7ADCB4) is known color: Downy. HEX triplet: 7A, DC and B4. RGB value is (122,220,180). Sum of RGB (Red+Green+Blue) = 122+220+180=522 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.37% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADCB4 is #85234B. Grayscale: #BABABA. Windows color (decimal): -8725324 or 11852922. OLE color: 11852922.
HSL color Cylindrical-coordinate representation of color #7ADCB4: hue angle of 155.51º 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 #7ADCB4 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 180 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.14 |
| HSL | 155.51º | 0.58% | 0.67% | - |
| HSV(B) | 155.51º | 0.45% | 0.86% | - |
| XYZ | 41.86 | 58.62 | 52.29 | - |
| YUV | 186.14 | 124.53 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 180 | 0.45 | 0 | 0.18 | 0.14 | 155.51 | 0.58 | 0.67 |
| Hex | 7A | DC | B4 | 2D | 0 | 12 | E | 9C | 3A | 43 |
| Octal | 172 | 334 | 264 | 55 | 0 | 22 | 16 | 234 | 72 | 103 |
| Binary | 1111010 | 11011100 | 10110100 | 101101 | 0 | 10010 | 1110 | 10011100 | 111010 | 1000011 |
Color Harmonies of #7ADCB4
Complementary color
Monochromatic Colors of #7ADCB4
Black with #7ADCB4
Text Example
Text Example
White with #7ADCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADCB4; }
p { color: rgb(122,220,180); }
H1.HeaderClassName
{
color: #7ADCB4;
}
.AnyTagClassName
{
color: #7ADCB4;
}
</style>
background-color css
<style>
a { background-color: #7ADCB4; }
a { background-color: rgb(122,220,180); }
div.DivClassName
{
background-color: #7ADCB4;
}
.BgClassName
{
background-color: #7ADCB4;
}
</style>
border-color css
<style>
span { border-color: #7ADCB4; }
span { border-color: rgb(122,220,180); }
td.TdClassName
{
border-color: #7ADCB4;
}
.TagClassName
{
border-color: #7ADCB4;
}
</style>