#97ACAA

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

Shades of Hit Grey #97ACAA

Tints of Hit Grey #97ACAA

Color information

#97ACAA (or 0x97ACAA) is unknown color: approx Hit Grey. HEX triplet: 97, AC and AA. RGB value is (151,172,170). Sum of RGB (Red+Green+Blue) = 151+172+170=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 172 - color contains mainly: green. Hex color #97ACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97ACAA is #685355. Grayscale: #A5A5A5. Windows color (decimal): -6837078 or 11185303. OLE color: 11185303.

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

Color convert

RGB151172170-
CMYK0.1200.010.33
HSL174.29º11.23%63.33%-
HSV(B)174.29º12.21%67.45%-
XYZ34.7738.9943.72-
YUV165.49130.54117.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.63%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=30.63%
G=34.89%
B=34.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511721700.1200.010.33174.2911.2363.33
Hex97ACAAC0121aeb3f
Octal2272542521401412561377
Binary100101111010110010101010110001100001101011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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