#7EC3A3

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

Shades of Padua #7EC3A3

Tints of Padua #7EC3A3

Color information

#7EC3A3 (or 0x7EC3A3) is unknown color: approx Padua. HEX triplet: 7E, C3 and A3. RGB value is (126,195,163). Sum of RGB (Red+Green+Blue) = 126+195+163=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC3A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC3A3 is #813C5C. Grayscale: #AAAAAA. Windows color (decimal): -8469597 or 10732414. OLE color: 10732414.

HSL color Cylindrical-coordinate representation of color #7EC3A3: hue angle of 152.17º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EC3A3 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB126195163-
CMYK0.3500.160.24
HSL152.17º36.51%62.94%-
HSV(B)152.17º35.38%76.47%-
XYZ34.7346.1141.72-
YUV170.72123.6496.1-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.03%
GREEN value IS 195 (76.56% from 255) = 40.29%
BLUE value IS 163 (64.06% from 255) = 33.68%
R=26.03%
G=40.29%
B=33.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1261951630.3500.160.24152.1736.5162.94
Hex7EC3A3230101898253f
Octal17630324343020302304577
Binary111111011000011101000111000110100001100010011000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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