Shades of Cascade #7EA69E
Tints of Cascade #7EA69E
RGB
CMYK
RGB Variations
Color information
#7EA69E (or 0x7EA69E) is known color: Cascade. HEX triplet: 7E, A6 and 9E. RGB value is (126,166,158). Sum of RGB (Red+Green+Blue) = 126+166+158=450 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 166 - color contains mainly: green. Hex color #7EA69E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA69E is #815961. Grayscale: #999999. Windows color (decimal): -8477026 or 10397310. OLE color: 10397310.
HSL color Cylindrical-coordinate representation of color #7EA69E: hue angle of 168º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7EA69E is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 166 | 158 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.35 |
| HSL | 168º | 0.18% | 0.57% | - |
| HSV(B) | 168º | 0.24% | 0.65% | - |
| XYZ | 28.41 | 34.18 | 37.45 | - |
| YUV | 153.13 | 130.75 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 166 | 158 | 0.24 | 0 | 0.05 | 0.35 | 168 | 0.18 | 0.57 |
| Hex | 7E | A6 | 9E | 18 | 0 | 5 | 23 | A8 | 12 | 39 |
| Octal | 176 | 246 | 236 | 30 | 0 | 5 | 43 | 250 | 22 | 71 |
| Binary | 1111110 | 10100110 | 10011110 | 11000 | 0 | 101 | 100011 | 10101000 | 10010 | 111001 |
Color Harmonies of #7EA69E
Complementary color
Monochromatic Colors of #7EA69E
Black with #7EA69E
Text Example
Text Example
White with #7EA69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA69E; }
p { color: rgb(126,166,158); }
H1.HeaderClassName
{
color: #7EA69E;
}
.AnyTagClassName
{
color: #7EA69E;
}
</style>
background-color css
<style>
a { background-color: #7EA69E; }
a { background-color: rgb(126,166,158); }
div.DivClassName
{
background-color: #7EA69E;
}
.BgClassName
{
background-color: #7EA69E;
}
</style>
border-color css
<style>
span { border-color: #7EA69E; }
span { border-color: rgb(126,166,158); }
td.TdClassName
{
border-color: #7EA69E;
}
.TagClassName
{
border-color: #7EA69E;
}
</style>