#97B1A4

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

Shades of Tower Grey #97B1A4

Tints of Tower Grey #97B1A4

Color information

#97B1A4 (or 0x97B1A4) is unknown color: approx Tower Grey. HEX triplet: 97, B1 and A4. RGB value is (151,177,164). Sum of RGB (Red+Green+Blue) = 151+177+164=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 177 - color contains mainly: green. Hex color #97B1A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97B1A4 is #684E5B. Grayscale: #A7A7A7. Windows color (decimal): -6835804 or 10793367. OLE color: 10793367.

HSL color Cylindrical-coordinate representation of color #97B1A4: hue angle of 150º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #97B1A4 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB151177164-
CMYK0.1500.070.31
HSL150º14.29%64.31%-
HSV(B)150º14.69%69.41%-
XYZ35.1940.741.12-
YUV167.74125.89116.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.69%
GREEN value IS 177 (69.53% from 255) = 35.98%
BLUE value IS 164 (64.45% from 255) = 33.33%
R=30.69%
G=35.98%
B=33.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511771640.1500.070.3115014.2964.31
Hex97B1A4F071F96e40
Octal22726124417073722616100
Binary10010111101100011010010011110111111111001011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,177,164); }

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

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

 a { background-color: rgb(151,177,164); }

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

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

 span { border-color: rgb(151,177,164); }

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