#96AA9D

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

Shades of Edward #96AA9D

Tints of Edward #96AA9D

Color information

#96AA9D (or 0x96AA9D) is unknown color: approx Edward. HEX triplet: 96, AA and 9D. RGB value is (150,170,157). Sum of RGB (Red+Green+Blue) = 150+170+157=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AA9D is #695562. Grayscale: #A2A2A2. Windows color (decimal): -6903139 or 10332822. OLE color: 10332822.

HSL color Cylindrical-coordinate representation of color #96AA9D: hue angle of 141º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #96AA9D is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB150170157-
CMYK0.1200.080.33
HSL141º10.53%62.75%-
HSV(B)141º11.76%66.67%-
XYZ33.0437.6737.43-
YUV162.54124.87119.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.45%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 157 (61.72% from 255) = 32.91%
R=31.45%
G=35.64%
B=32.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501701570.1200.080.3314110.5362.75
Hex96AA9DC08218db3f
Octal22625223514010412151377
Binary100101101010101010011101110001000100001100011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96AA9D; }

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

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

<style>
 a { background-color: #96AA9D; }

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

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

<style>
 span { border-color: #96AA9D; }

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

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