#8AA293

Color #8AA293 Edward (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edward #8AA293

Tints of Edward #8AA293

Color information

#8AA293 (or 0x8AA293) is unknown color: approx Edward. HEX triplet: 8A, A2 and 93. RGB value is (138,162,147). Sum of RGB (Red+Green+Blue) = 138+162+147=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA293 is #755D6C. Grayscale: #999999. Windows color (decimal): -7691629 or 9675402. OLE color: 9675402.

HSL color Cylindrical-coordinate representation of color #8AA293: hue angle of 142.5º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8AA293 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB138162147-
CMYK0.1500.090.36
HSL142.5º11.43%58.82%-
HSV(B)142.5º14.81%63.53%-
XYZ28.6733.3532.53-
YUV153.11124.55117.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.87%
GREEN value IS 162 (63.67% from 255) = 36.24%
BLUE value IS 147 (57.81% from 255) = 32.89%
R=30.87%
G=36.24%
B=32.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381621470.1500.090.36142.511.4358.82
Hex8AA293F09248eb3b
Octal21224222317011442161373
Binary100010101010001010010011111101001100100100011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AA293; }

 p { color: rgb(138,162,147); }

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

<style>
 a { background-color: #8AA293; }

 a { background-color: rgb(138,162,147); }

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

<style>
 span { border-color: #8AA293; }

 span { border-color: rgb(138,162,147); }

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