#7EC596

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

Shades of Padua #7EC596

Tints of Padua #7EC596

Color information

#7EC596 (or 0x7EC596) is unknown color: approx Padua. HEX triplet: 7E, C5 and 96. RGB value is (126,197,150). Sum of RGB (Red+Green+Blue) = 126+197+150=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #7EC596 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC596 is #813A69. Grayscale: #AAAAAA. Windows color (decimal): -8469098 or 9880958. OLE color: 9880958.

HSL color Cylindrical-coordinate representation of color #7EC596: hue angle of 140.28º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EC596 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB126197150-
CMYK0.3600.240.23
HSL140.28º37.97%63.33%-
HSV(B)140.28º36.04%77.25%-
XYZ34.0846.5736.05-
YUV170.41116.4896.32-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.64%
GREEN value IS 197 (77.34% from 255) = 41.65%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=26.64%
G=41.65%
B=31.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1261971500.3600.240.23140.2837.9763.33
Hex7EC59624018178c263f
Octal17630522644030272144677
Binary111111011000101100101101001000110001011110001100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,197,150); }

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

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

 a { background-color: rgb(126,197,150); }

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

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

 span { border-color: rgb(126,197,150); }

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