#97ADAA

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

Shades of Hit Grey #97ADAA

Tints of Hit Grey #97ADAA

Color information

#97ADAA (or 0x97ADAA) is unknown color: approx Hit Grey. HEX triplet: 97, AD and AA. RGB value is (151,173,170). Sum of RGB (Red+Green+Blue) = 151+173+170=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 173 - color contains mainly: green. Hex color #97ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97ADAA is #685255. Grayscale: #A6A6A6. Windows color (decimal): -6836822 or 11185559. OLE color: 11185559.

HSL color Cylindrical-coordinate representation of color #97ADAA: hue angle of 171.82º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #97ADAA is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB151173170-
CMYK0.1300.020.32
HSL171.82º11.83%63.53%-
HSV(B)171.82º12.72%67.84%-
XYZ34.9639.3743.79-
YUV166.08130.21117.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.57%
GREEN value IS 173 (67.97% from 255) = 35.02%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=30.57%
G=35.02%
B=34.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511731700.1300.020.32171.8211.8363.53
Hex97ADAAD0220acc40
Octal22725525215024025414100
Binary10010111101011011010101011010101000001010110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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