Shades of Downy #7AE8B6
Tints of Downy #7AE8B6
RGB
CMYK
RGB Variations
Color information
#7AE8B6 (or 0x7AE8B6) is known color: Downy. HEX triplet: 7A, E8 and B6. RGB value is (122,232,182). Sum of RGB (Red+Green+Blue) = 122+232+182=536 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.76% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 232 - color contains mainly: green. Hex color #7AE8B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AE8B6 is #851749. Grayscale: #C1C1C1. Windows color (decimal): -8722250 or 11987066. OLE color: 11987066.
HSL color Cylindrical-coordinate representation of color #7AE8B6: hue angle of 152.73º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AE8B6 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 232 | 182 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.09 |
| HSL | 152.73º | 0.71% | 0.69% | - |
| HSV(B) | 152.73º | 0.47% | 0.91% | - |
| XYZ | 45.33 | 65.23 | 54.46 | - |
| YUV | 193.41 | 121.56 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 232 | 182 | 0.47 | 0 | 0.22 | 0.09 | 152.73 | 0.71 | 0.69 |
| Hex | 7A | E8 | B6 | 2F | 0 | 16 | 9 | 99 | 47 | 45 |
| Octal | 172 | 350 | 266 | 57 | 0 | 26 | 11 | 231 | 107 | 105 |
| Binary | 1111010 | 11101000 | 10110110 | 101111 | 0 | 10110 | 1001 | 10011001 | 1000111 | 1000101 |
Color Harmonies of #7AE8B6
Complementary color
Monochromatic Colors of #7AE8B6
Black with #7AE8B6
Text Example
Text Example
White with #7AE8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE8B6; }
p { color: rgb(122,232,182); }
H1.HeaderClassName
{
color: #7AE8B6;
}
.AnyTagClassName
{
color: #7AE8B6;
}
</style>
background-color css
<style>
a { background-color: #7AE8B6; }
a { background-color: rgb(122,232,182); }
div.DivClassName
{
background-color: #7AE8B6;
}
.BgClassName
{
background-color: #7AE8B6;
}
</style>
border-color css
<style>
span { border-color: #7AE8B6; }
span { border-color: rgb(122,232,182); }
td.TdClassName
{
border-color: #7AE8B6;
}
.TagClassName
{
border-color: #7AE8B6;
}
</style>