#7EA29A

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

Shades of Cascade #7EA29A

Tints of Cascade #7EA29A

Color information

#7EA29A (or 0x7EA29A) is unknown color: approx Cascade. HEX triplet: 7E, A2 and 9A. RGB value is (126,162,154). Sum of RGB (Red+Green+Blue) = 126+162+154=442 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.51% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA29A is #815D65. Grayscale: #969696. Windows color (decimal): -8478054 or 10134142. OLE color: 10134142.

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

Color convert

RGB126162154-
CMYK0.2200.050.36
HSL166.67º16.22%56.47%-
HSV(B)166.67º22.22%63.53%-
XYZ27.3632.6135.42-
YUV150.32130.07110.65-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.51%
GREEN value IS 162 (63.67% from 255) = 36.65%
BLUE value IS 154 (60.55% from 255) = 34.84%
R=28.51%
G=36.65%
B=34.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1261621540.2200.050.36166.6716.2256.47
Hex7EA29A160524a71038
Octal1762422322605442472070
Binary111111010100010100110101011001011001001010011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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