#7EB595

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

Shades of Padua #7EB595

Tints of Padua #7EB595

Color information

#7EB595 (or 0x7EB595) is unknown color: approx Padua. HEX triplet: 7E, B5 and 95. RGB value is (126,181,149). Sum of RGB (Red+Green+Blue) = 126+181+149=456 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.63% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 181 - color contains mainly: green. Hex color #7EB595 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB595 is #814A6A. Grayscale: #A0A0A0. Windows color (decimal): -8473195 or 9811326. OLE color: 9811326.

HSL color Cylindrical-coordinate representation of color #7EB595: hue angle of 145.09º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7EB595 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB126181149-
CMYK0.3000.180.29
HSL145.09º27.09%60.2%-
HSV(B)145.09º30.39%70.98%-
XYZ30.5539.6534.48-
YUV160.91121.28103.1-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.63%
GREEN value IS 181 (71.09% from 255) = 39.69%
BLUE value IS 149 (58.59% from 255) = 32.68%
R=27.63%
G=39.69%
B=32.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261811490.3000.180.29145.0927.0960.2
Hex7EB5951E0121D911b3c
Octal17626522536022352213374
Binary1111110101101011001010111110010010111011001000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,181,149); }

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

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

 a { background-color: rgb(126,181,149); }

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

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

 span { border-color: rgb(126,181,149); }

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