#7ECA9B

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

Shades of Padua #7ECA9B

Tints of Padua #7ECA9B

Color information

#7ECA9B (or 0x7ECA9B) is unknown color: approx Padua. HEX triplet: 7E, CA and 9B. RGB value is (126,202,155). Sum of RGB (Red+Green+Blue) = 126+202+155=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #7ECA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECA9B is #813564. Grayscale: #AEAEAE. Windows color (decimal): -8467813 or 10209918. OLE color: 10209918.

HSL color Cylindrical-coordinate representation of color #7ECA9B: hue angle of 142.89º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECA9B is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB126202155-
CMYK0.3800.230.21
HSL142.89º41.76%64.31%-
HSV(B)142.89º37.62%79.22%-
XYZ35.6449.0438.6-
YUV173.92117.3293.82-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.09%
GREEN value IS 202 (79.30% from 255) = 41.82%
BLUE value IS 155 (60.94% from 255) = 32.09%
R=26.09%
G=41.82%
B=32.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1262021550.3800.230.21142.8941.7664.31
Hex7ECA9B26017158f2a40
Octal176312233460272521752100
Binary1111110110010101001101110011001011110101100011111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,202,155); }

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

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

 a { background-color: rgb(126,202,155); }

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

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

 span { border-color: rgb(126,202,155); }

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