#7EBA99

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

Shades of Padua #7EBA99

Tints of Padua #7EBA99

Color information

#7EBA99 (or 0x7EBA99) is unknown color: approx Padua. HEX triplet: 7E, BA and 99. RGB value is (126,186,153). Sum of RGB (Red+Green+Blue) = 126+186+153=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBA99 is #814566. Grayscale: #A4A4A4. Windows color (decimal): -8471911 or 10074750. OLE color: 10074750.

HSL color Cylindrical-coordinate representation of color #7EBA99: hue angle of 147º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EBA99 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB126186153-
CMYK0.3200.180.27
HSL147º30.3%61.18%-
HSV(B)147º32.26%72.94%-
XYZ31.9141.8536.53-
YUV164.3121.62100.68-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.10%
GREEN value IS 186 (73.05% from 255) = 40%
BLUE value IS 153 (60.16% from 255) = 32.90%
R=27.10%
G=40%
B=32.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261861530.3200.180.2714730.361.18
Hex7EBA99200121B931e3d
Octal17627223140022332233675
Binary11111101011101010011001100000010010110111001001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,186,153); }

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

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

 a { background-color: rgb(126,186,153); }

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

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

 span { border-color: rgb(126,186,153); }

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