#7ECAA1

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

Shades of Padua #7ECAA1

Tints of Padua #7ECAA1

Color information

#7ECAA1 (or 0x7ECAA1) is unknown color: approx Padua. HEX triplet: 7E, CA and A1. RGB value is (126,202,161). Sum of RGB (Red+Green+Blue) = 126+202+161=489 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.77% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #7ECAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECAA1 is #81355E. Grayscale: #AEAEAE. Windows color (decimal): -8467807 or 10603134. OLE color: 10603134.

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

Color convert

RGB126202161-
CMYK0.3800.200.21
HSL147.63º41.76%64.31%-
HSV(B)147.63º37.62%79.22%-
XYZ36.1649.2541.32-
YUV174.6120.3293.33-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.77%
GREEN value IS 202 (79.30% from 255) = 41.31%
BLUE value IS 161 (63.28% from 255) = 32.92%
R=25.77%
G=41.31%
B=32.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1262021610.3800.200.21147.6341.7664.31
Hex7ECAA12601415942a40
Octal176312241460242522452100
Binary1111110110010101010000110011001010010101100101001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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