#93AA96

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

Shades of Edward #93AA96

Tints of Edward #93AA96

Color information

#93AA96 (or 0x93AA96) is unknown color: approx Edward. HEX triplet: 93, AA and 96. RGB value is (147,170,150). Sum of RGB (Red+Green+Blue) = 147+170+150=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AA96 is #6C5569. Grayscale: #A0A0A0. Windows color (decimal): -7099754 or 9874067. OLE color: 9874067.

HSL color Cylindrical-coordinate representation of color #93AA96: hue angle of 127.83º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93AA96 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB147170150-
CMYK0.1400.120.33
HSL127.83º11.92%62.16%-
HSV(B)127.83º13.53%66.67%-
XYZ31.9137.1534.34-
YUV160.84121.88118.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.48%
GREEN value IS 170 (66.80% from 255) = 36.40%
BLUE value IS 150 (58.98% from 255) = 32.12%
R=31.48%
G=36.40%
B=32.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471701500.1400.120.33127.8311.9262.16
Hex93AA96E0C2180c3e
Octal22325222616014412001476
Binary100100111010101010010110111001100100001100000001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93AA96; }

 p { color: rgb(147,170,150); }

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

<style>
 a { background-color: #93AA96; }

 a { background-color: rgb(147,170,150); }

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

<style>
 span { border-color: #93AA96; }

 span { border-color: rgb(147,170,150); }

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