#7EA199

Color #7EA199 Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #7EA199

Tints of Cascade #7EA199

Color information

#7EA199 (or 0x7EA199) is unknown color: approx Cascade. HEX triplet: 7E, A1 and 99. RGB value is (126,161,153). Sum of RGB (Red+Green+Blue) = 126+161+153=440 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.64% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA199 is #815E66. Grayscale: #959595. Windows color (decimal): -8478311 or 10068350. OLE color: 10068350.

HSL color Cylindrical-coordinate representation of color #7EA199: hue angle of 166.29º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7EA199 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB126161153-
CMYK0.2200.050.37
HSL166.29º15.7%56.27%-
HSV(B)166.29º21.74%63.14%-
XYZ27.132.2334.93-
YUV149.62129.9111.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 28.64%
GREEN value IS 161 (63.28% from 255) = 36.59%
BLUE value IS 153 (60.16% from 255) = 34.77%
R=28.64%
G=36.59%
B=34.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1261611530.2200.050.37166.2915.756.27
Hex7EA199160525a61038
Octal1762412312605452462070
Binary111111010100001100110011011001011001011010011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EA199; }

 p { color: rgb(126,161,153); }

 H1.HeaderClassName
 {
   color: #7EA199;
 }
 .AnyTagClassName
 {
   color: #7EA199;
 }
</style>
background-color css

<style>
 a { background-color: #7EA199; }

 a { background-color: rgb(126,161,153); }

 div.DivClassName
 {
   background-color: #7EA199;
 }
 .BgClassName
 {
   background-color: #7EA199;
 }
</style>
border-color css

<style>
 span { border-color: #7EA199; }

 span { border-color: rgb(126,161,153); }

 td.TdClassName
 {
   border-color: #7EA199;
 }
 .TagClassName
 {
   border-color: #7EA199;
 }
</style>