Shades of Downy #7ADCBE
Tints of Downy #7ADCBE
RGB
CMYK
RGB Variations
Color information
#7ADCBE (or 0x7ADCBE) is known color: Downy. HEX triplet: 7A, DC and BE. RGB value is (122,220,190). Sum of RGB (Red+Green+Blue) = 122+220+190=532 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.93% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADCBE is #852341. Grayscale: #BBBBBB. Windows color (decimal): -8725314 or 12508282. OLE color: 12508282.
HSL color Cylindrical-coordinate representation of color #7ADCBE: hue angle of 161.63º 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 #7ADCBE is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 190 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.14 |
| HSL | 161.63º | 0.58% | 0.67% | - |
| HSV(B) | 161.63º | 0.45% | 0.86% | - |
| XYZ | 42.91 | 59.04 | 57.85 | - |
| YUV | 187.28 | 129.53 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 190 | 0.45 | 0 | 0.14 | 0.14 | 161.63 | 0.58 | 0.67 |
| Hex | 7A | DC | BE | 2D | 0 | E | E | A2 | 3A | 43 |
| Octal | 172 | 334 | 276 | 55 | 0 | 16 | 16 | 242 | 72 | 103 |
| Binary | 1111010 | 11011100 | 10111110 | 101101 | 0 | 1110 | 1110 | 10100010 | 111010 | 1000011 |
Color Harmonies of #7ADCBE
Complementary color
Monochromatic Colors of #7ADCBE
Black with #7ADCBE
Text Example
Text Example
White with #7ADCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADCBE; }
p { color: rgb(122,220,190); }
H1.HeaderClassName
{
color: #7ADCBE;
}
.AnyTagClassName
{
color: #7ADCBE;
}
</style>
background-color css
<style>
a { background-color: #7ADCBE; }
a { background-color: rgb(122,220,190); }
div.DivClassName
{
background-color: #7ADCBE;
}
.BgClassName
{
background-color: #7ADCBE;
}
</style>
border-color css
<style>
span { border-color: #7ADCBE; }
span { border-color: rgb(122,220,190); }
td.TdClassName
{
border-color: #7ADCBE;
}
.TagClassName
{
border-color: #7ADCBE;
}
</style>