#95AA9B

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

Shades of Edward #95AA9B

Tints of Edward #95AA9B

Color information

#95AA9B (or 0x95AA9B) is unknown color: approx Edward. HEX triplet: 95, AA and 9B. RGB value is (149,170,155). Sum of RGB (Red+Green+Blue) = 149+170+155=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 170 - color contains mainly: green. Hex color #95AA9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AA9B is #6A5564. Grayscale: #A2A2A2. Windows color (decimal): -6968677 or 10201749. OLE color: 10201749.

HSL color Cylindrical-coordinate representation of color #95AA9B: hue angle of 137.14º 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 #95AA9B is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB149170155-
CMYK0.1200.090.33
HSL137.14º10.99%62.55%-
HSV(B)137.14º12.35%66.67%-
XYZ32.6937.5136.53-
YUV162.01124.04118.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.43%
GREEN value IS 170 (66.80% from 255) = 35.86%
BLUE value IS 155 (60.94% from 255) = 32.70%
R=31.43%
G=35.86%
B=32.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491701550.1200.090.33137.1410.9962.55
Hex95AA9BC092189b3f
Octal22525223314011412111377
Binary100101011010101010011011110001001100001100010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95AA9B; }

 p { color: rgb(149,170,155); }

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

<style>
 a { background-color: #95AA9B; }

 a { background-color: rgb(149,170,155); }

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

<style>
 span { border-color: #95AA9B; }

 span { border-color: rgb(149,170,155); }

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