#7EA49A

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

Shades of Cascade #7EA49A

Tints of Cascade #7EA49A

Color information

#7EA49A (or 0x7EA49A) is unknown color: approx Cascade. HEX triplet: 7E, A4 and 9A. RGB value is (126,164,154). Sum of RGB (Red+Green+Blue) = 126+164+154=444 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.38% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 164 - color contains mainly: green. Hex color #7EA49A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA49A is #815B65. Grayscale: #979797. Windows color (decimal): -8477542 or 10134654. OLE color: 10134654.

HSL color Cylindrical-coordinate representation of color #7EA49A: hue angle of 164.21º 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 #7EA49A is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB126164154-
CMYK0.2300.060.36
HSL164.21º17.27%56.86%-
HSV(B)164.21º23.17%64.31%-
XYZ27.7133.3235.54-
YUV151.5129.41109.81-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.38%
GREEN value IS 164 (64.45% from 255) = 36.94%
BLUE value IS 154 (60.55% from 255) = 34.68%
R=28.38%
G=36.94%
B=34.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1261641540.2300.060.36164.2117.2756.86
Hex7EA49A170624a41139
Octal1762442322706442442171
Binary111111010100100100110101011101101001001010010010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,164,154); }

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

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

 a { background-color: rgb(126,164,154); }

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

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

 span { border-color: rgb(126,164,154); }

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