Shades of Downy #7ADAB3
Tints of Downy #7ADAB3
RGB
CMYK
RGB Variations
Color information
#7ADAB3 (or 0x7ADAB3) is known color: Downy. HEX triplet: 7A, DA and B3. RGB value is (122,218,179). Sum of RGB (Red+Green+Blue) = 122+218+179=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADAB3 is #85254C. Grayscale: #B8B8B8. Windows color (decimal): -8725837 or 11786874. OLE color: 11786874.
HSL color Cylindrical-coordinate representation of color #7ADAB3: hue angle of 155.62º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ADAB3 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 218 | 179 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.15 |
| HSL | 155.63º | 0.56% | 0.67% | - |
| HSV(B) | 155.63º | 0.44% | 0.85% | - |
| XYZ | 41.23 | 57.54 | 51.58 | - |
| YUV | 184.85 | 124.7 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 218 | 179 | 0.44 | 0 | 0.18 | 0.15 | 155.63 | 0.56 | 0.67 |
| Hex | 7A | DA | B3 | 2C | 0 | 12 | F | 9C | 38 | 43 |
| Octal | 172 | 332 | 263 | 54 | 0 | 22 | 17 | 234 | 70 | 103 |
| Binary | 1111010 | 11011010 | 10110011 | 101100 | 0 | 10010 | 1111 | 10011100 | 111000 | 1000011 |
Color Harmonies of #7ADAB3
Complementary color
Monochromatic Colors of #7ADAB3
Black with #7ADAB3
Text Example
Text Example
White with #7ADAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADAB3; }
p { color: rgb(122,218,179); }
H1.HeaderClassName
{
color: #7ADAB3;
}
.AnyTagClassName
{
color: #7ADAB3;
}
</style>
background-color css
<style>
a { background-color: #7ADAB3; }
a { background-color: rgb(122,218,179); }
div.DivClassName
{
background-color: #7ADAB3;
}
.BgClassName
{
background-color: #7ADAB3;
}
</style>
border-color css
<style>
span { border-color: #7ADAB3; }
span { border-color: rgb(122,218,179); }
td.TdClassName
{
border-color: #7ADAB3;
}
.TagClassName
{
border-color: #7ADAB3;
}
</style>