#7ECA9C

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

Shades of Padua #7ECA9C

Tints of Padua #7ECA9C

Color information

#7ECA9C (or 0x7ECA9C) is unknown color: approx Padua. HEX triplet: 7E, CA and 9C. RGB value is (126,202,156). Sum of RGB (Red+Green+Blue) = 126+202+156=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #7ECA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECA9C is #813563. Grayscale: #AEAEAE. Windows color (decimal): -8467812 or 10275454. OLE color: 10275454.

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

Color convert

RGB126202156-
CMYK0.3800.230.21
HSL143.68º41.76%64.31%-
HSV(B)143.68º37.62%79.22%-
XYZ35.7349.0839.04-
YUV174.03117.8293.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.03%
GREEN value IS 202 (79.30% from 255) = 41.74%
BLUE value IS 156 (61.33% from 255) = 32.23%
R=26.03%
G=41.74%
B=32.23%

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
Decimal1262021560.3800.230.21143.6841.7664.31
Hex7ECA9C2601715902a40
Octal176312234460272522052100
Binary1111110110010101001110010011001011110101100100001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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