#7EBC95

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

Shades of Padua #7EBC95

Tints of Padua #7EBC95

Color information

#7EBC95 (or 0x7EBC95) is unknown color: approx Padua. HEX triplet: 7E, BC and 95. RGB value is (126,188,149). Sum of RGB (Red+Green+Blue) = 126+188+149=463 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.21% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBC95 is #81436A. Grayscale: #A5A5A5. Windows color (decimal): -8471403 or 9813118. OLE color: 9813118.

HSL color Cylindrical-coordinate representation of color #7EBC95: hue angle of 142.26º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBC95 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB126188149-
CMYK0.3300.210.26
HSL142.26º31.63%61.57%-
HSV(B)142.26º32.98%73.73%-
XYZ32.0142.5734.96-
YUV165.02118.96100.17-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.21%
GREEN value IS 188 (73.83% from 255) = 40.60%
BLUE value IS 149 (58.59% from 255) = 32.18%
R=27.21%
G=40.60%
B=32.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261881490.3300.210.26142.2631.6361.57
Hex7EBC95210151A8e203e
Octal17627422541025322164076
Binary111111010111100100101011000010101011101010001110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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