#7EAF93

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

Shades of Padua #7EAF93

Tints of Padua #7EAF93

Color information

#7EAF93 (or 0x7EAF93) is unknown color: approx Padua. HEX triplet: 7E, AF and 93. RGB value is (126,175,147). Sum of RGB (Red+Green+Blue) = 126+175+147=448 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.12% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAF93 is #81506C. Grayscale: #9D9D9D. Windows color (decimal): -8474733 or 9678718. OLE color: 9678718.

HSL color Cylindrical-coordinate representation of color #7EAF93: hue angle of 145.71º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7EAF93 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB126175147-
CMYK0.2800.160.31
HSL145.71º23.44%59.02%-
HSV(B)145.71º28%68.63%-
XYZ29.237.233.25-
YUV157.16122.27105.78-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.12%
GREEN value IS 175 (68.75% from 255) = 39.06%
BLUE value IS 147 (57.81% from 255) = 32.81%
R=28.12%
G=39.06%
B=32.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261751470.2800.160.31145.7123.4459.02
Hex7EAF931C0101F92173b
Octal17625722334020372222773
Binary1111110101011111001001111100010000111111001001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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