Shades of Cascade #7EA39A
Tints of Cascade #7EA39A
RGB
CMYK
RGB Variations
Color information
#7EA39A (or 0x7EA39A) is known color: Cascade. HEX triplet: 7E, A3 and 9A. RGB value is (126,163,154). Sum of RGB (Red+Green+Blue) = 126+163+154=443 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.44% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA39A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA39A is #815C65. Grayscale: #969696. Windows color (decimal): -8477798 or 10134398. OLE color: 10134398.
HSL color Cylindrical-coordinate representation of color #7EA39A: hue angle of 165.41º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7EA39A is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 163 | 154 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.36 |
| HSL | 165.41º | 0.17% | 0.57% | - |
| HSV(B) | 165.41º | 0.23% | 0.64% | - |
| XYZ | 27.53 | 32.96 | 35.48 | - |
| YUV | 150.91 | 129.74 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 163 | 154 | 0.23 | 0 | 0.06 | 0.36 | 165.41 | 0.17 | 0.57 |
| Hex | 7E | A3 | 9A | 17 | 0 | 6 | 24 | A5 | 11 | 39 |
| Octal | 176 | 243 | 232 | 27 | 0 | 6 | 44 | 245 | 21 | 71 |
| Binary | 1111110 | 10100011 | 10011010 | 10111 | 0 | 110 | 100100 | 10100101 | 10001 | 111001 |
Color Harmonies of #7EA39A
Complementary color
Monochromatic Colors of #7EA39A
Black with #7EA39A
Text Example
Text Example
White with #7EA39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA39A; }
p { color: rgb(126,163,154); }
H1.HeaderClassName
{
color: #7EA39A;
}
.AnyTagClassName
{
color: #7EA39A;
}
</style>
background-color css
<style>
a { background-color: #7EA39A; }
a { background-color: rgb(126,163,154); }
div.DivClassName
{
background-color: #7EA39A;
}
.BgClassName
{
background-color: #7EA39A;
}
</style>
border-color css
<style>
span { border-color: #7EA39A; }
span { border-color: rgb(126,163,154); }
td.TdClassName
{
border-color: #7EA39A;
}
.TagClassName
{
border-color: #7EA39A;
}
</style>