#97AC9B

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

Shades of Edward #97AC9B

Tints of Edward #97AC9B

Color information

#97AC9B (or 0x97AC9B) is unknown color: approx Edward. HEX triplet: 97, AC and 9B. RGB value is (151,172,155). Sum of RGB (Red+Green+Blue) = 151+172+155=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 172 - color contains mainly: green. Hex color #97AC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AC9B is #685364. Grayscale: #A3A3A3. Windows color (decimal): -6837093 or 10202263. OLE color: 10202263.

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

Color convert

RGB151172155-
CMYK0.1200.100.33
HSL131.43º11.23%63.33%-
HSV(B)131.43º12.21%67.45%-
XYZ33.4338.4536.67-
YUV163.78123.04118.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.59%
GREEN value IS 172 (67.58% from 255) = 35.98%
BLUE value IS 155 (60.94% from 255) = 32.43%
R=31.59%
G=35.98%
B=32.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511721550.1200.100.33131.4311.2363.33
Hex97AC9BC0A2183b3f
Octal22725423314012412031377
Binary100101111010110010011011110001010100001100000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97AC9B; }

 p { color: rgb(151,172,155); }

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

<style>
 a { background-color: #97AC9B; }

 a { background-color: rgb(151,172,155); }

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

<style>
 span { border-color: #97AC9B; }

 span { border-color: rgb(151,172,155); }

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