#7EB693

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

Shades of Padua #7EB693

Tints of Padua #7EB693

Color information

#7EB693 (or 0x7EB693) is unknown color: approx Padua. HEX triplet: 7E, B6 and 93. RGB value is (126,182,147). Sum of RGB (Red+Green+Blue) = 126+182+147=455 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.69% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 182 - color contains mainly: green. Hex color #7EB693 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB693 is #81496C. Grayscale: #A1A1A1. Windows color (decimal): -8472941 or 9680510. OLE color: 9680510.

HSL color Cylindrical-coordinate representation of color #7EB693: hue angle of 142.5º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7EB693 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB126182147-
CMYK0.3100.190.29
HSL142.5º27.72%60.39%-
HSV(B)142.5º30.77%71.37%-
XYZ30.64033.71-
YUV161.27119.95102.85-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.69%
GREEN value IS 182 (71.48% from 255) = 40%
BLUE value IS 147 (57.81% from 255) = 32.31%
R=27.69%
G=40%
B=32.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261821470.3100.190.29142.527.7260.39
Hex7EB6931F0131D8e1c3c
Octal17626622337023352163474
Binary1111110101101101001001111111010011111011000111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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