#93AB9E

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

Shades of Tower Grey #93AB9E

Tints of Tower Grey #93AB9E

Color information

#93AB9E (or 0x93AB9E) is unknown color: approx Tower Grey. HEX triplet: 93, AB and 9E. RGB value is (147,171,158). Sum of RGB (Red+Green+Blue) = 147+171+158=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AB9E is #6C5461. Grayscale: #A2A2A2. Windows color (decimal): -7099490 or 10398611. OLE color: 10398611.

HSL color Cylindrical-coordinate representation of color #93AB9E: hue angle of 147.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93AB9E is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB147171158-
CMYK0.1400.080.33
HSL147.5º12.5%62.35%-
HSV(B)147.5º14.04%67.06%-
XYZ32.7737.837.92-
YUV162.34125.55117.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.88%
GREEN value IS 171 (67.19% from 255) = 35.92%
BLUE value IS 158 (62.11% from 255) = 33.19%
R=30.88%
G=35.92%
B=33.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471711580.1400.080.33147.512.562.35
Hex93AB9EE082193c3e
Octal22325323616010412231476
Binary100100111010101110011110111001000100001100100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93AB9E; }

 p { color: rgb(147,171,158); }

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

<style>
 a { background-color: #93AB9E; }

 a { background-color: rgb(147,171,158); }

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

<style>
 span { border-color: #93AB9E; }

 span { border-color: rgb(147,171,158); }

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