#7EC993

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

Shades of Padua #7EC993

Tints of Padua #7EC993

Color information

#7EC993 (or 0x7EC993) is unknown color: approx Padua. HEX triplet: 7E, C9 and 93. RGB value is (126,201,147). Sum of RGB (Red+Green+Blue) = 126+201+147=474 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.58% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #7EC993 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC993 is #81366C. Grayscale: #ACACAC. Windows color (decimal): -8468077 or 9685374. OLE color: 9685374.

HSL color Cylindrical-coordinate representation of color #7EC993: hue angle of 136.8º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7EC993 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB126201147-
CMYK0.3700.270.21
HSL136.8º40.98%64.12%-
HSV(B)136.8º37.31%78.82%-
XYZ34.7648.3235.1-
YUV172.42113.6594.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.58%
GREEN value IS 201 (78.91% from 255) = 42.41%
BLUE value IS 147 (57.81% from 255) = 31.01%
R=26.58%
G=42.41%
B=31.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1262011470.3700.270.21136.840.9864.12
Hex7EC9932501B15892940
Octal176311223450332521151100
Binary1111110110010011001001110010101101110101100010011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,201,147); }

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

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

 a { background-color: rgb(126,201,147); }

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

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

 span { border-color: rgb(126,201,147); }

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