#97AC9C

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

Shades of Edward #97AC9C

Tints of Edward #97AC9C

Color information

#97AC9C (or 0x97AC9C) is unknown color: approx Edward. HEX triplet: 97, AC and 9C. RGB value is (151,172,156). Sum of RGB (Red+Green+Blue) = 151+172+156=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 172 - color contains mainly: green. Hex color #97AC9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AC9C is #685363. Grayscale: #A3A3A3. Windows color (decimal): -6837092 or 10267799. OLE color: 10267799.

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

Color convert

RGB151172156-
CMYK0.1200.090.33
HSL134.29º11.23%63.33%-
HSV(B)134.29º12.21%67.45%-
XYZ33.5238.4837.11-
YUV163.9123.54118.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.52%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 156 (61.33% from 255) = 32.57%
R=31.52%
G=35.91%
B=32.57%

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
Decimal1511721560.1200.090.33134.2911.2363.33
Hex97AC9CC092186b3f
Octal22725423414011412061377
Binary100101111010110010011100110001001100001100001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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