Shades of Cascade #7EA39C
Tints of Cascade #7EA39C
RGB
CMYK
RGB Variations
Color information
#7EA39C (or 0x7EA39C) is known color: Cascade. HEX triplet: 7E, A3 and 9C. RGB value is (126,163,156). Sum of RGB (Red+Green+Blue) = 126+163+156=445 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.31% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA39C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA39C is #815C63. Grayscale: #979797. Windows color (decimal): -8477796 or 10265470. OLE color: 10265470.
HSL color Cylindrical-coordinate representation of color #7EA39C: hue angle of 168.65º 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 #7EA39C is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 163 | 156 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.36 |
| HSL | 168.65º | 0.17% | 0.57% | - |
| HSV(B) | 168.65º | 0.23% | 0.64% | - |
| XYZ | 27.7 | 33.03 | 36.37 | - |
| YUV | 151.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 163 | 156 | 0.23 | 0 | 0.04 | 0.36 | 168.65 | 0.17 | 0.57 |
| Hex | 7E | A3 | 9C | 17 | 0 | 4 | 24 | A9 | 11 | 39 |
| Octal | 176 | 243 | 234 | 27 | 0 | 4 | 44 | 251 | 21 | 71 |
| Binary | 1111110 | 10100011 | 10011100 | 10111 | 0 | 100 | 100100 | 10101001 | 10001 | 111001 |
Color Harmonies of #7EA39C
Complementary color
Monochromatic Colors of #7EA39C
Black with #7EA39C
Text Example
Text Example
White with #7EA39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA39C; }
p { color: rgb(126,163,156); }
H1.HeaderClassName
{
color: #7EA39C;
}
.AnyTagClassName
{
color: #7EA39C;
}
</style>
background-color css
<style>
a { background-color: #7EA39C; }
a { background-color: rgb(126,163,156); }
div.DivClassName
{
background-color: #7EA39C;
}
.BgClassName
{
background-color: #7EA39C;
}
</style>
border-color css
<style>
span { border-color: #7EA39C; }
span { border-color: rgb(126,163,156); }
td.TdClassName
{
border-color: #7EA39C;
}
.TagClassName
{
border-color: #7EA39C;
}
</style>