#7ECAA3

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

Shades of Padua #7ECAA3

Tints of Padua #7ECAA3

Color information

#7ECAA3 (or 0x7ECAA3) is unknown color: approx Padua. HEX triplet: 7E, CA and A3. RGB value is (126,202,163). Sum of RGB (Red+Green+Blue) = 126+202+163=491 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.66% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #7ECAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECAA3 is #81355C. Grayscale: #AEAEAE. Windows color (decimal): -8467805 or 10734206. OLE color: 10734206.

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

Color convert

RGB126202163-
CMYK0.3800.190.21
HSL149.21º41.76%64.31%-
HSV(B)149.21º37.62%79.22%-
XYZ36.3449.3242.26-
YUV174.83121.3293.17-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.66%
GREEN value IS 202 (79.30% from 255) = 41.14%
BLUE value IS 163 (64.06% from 255) = 33.20%
R=25.66%
G=41.14%
B=33.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1262021630.3800.190.21149.2141.7664.31
Hex7ECAA32601315952a40
Octal176312243460232522552100
Binary1111110110010101010001110011001001110101100101011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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