#93AB9F

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

Shades of Tower Grey #93AB9F

Tints of Tower Grey #93AB9F

Color information

#93AB9F (or 0x93AB9F) is unknown color: approx Tower Grey. HEX triplet: 93, AB and 9F. RGB value is (147,171,159). Sum of RGB (Red+Green+Blue) = 147+171+159=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AB9F is #6C5460. Grayscale: #A2A2A2. Windows color (decimal): -7099489 or 10464147. OLE color: 10464147.

HSL color Cylindrical-coordinate representation of color #93AB9F: hue angle of 150º 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 #93AB9F is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB147171159-
CMYK0.1400.070.33
HSL150º12.5%62.35%-
HSV(B)150º14.04%67.06%-
XYZ32.8537.8338.37-
YUV162.46126.05116.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.82%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 159 (62.5% from 255) = 33.33%
R=30.82%
G=35.85%
B=33.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471711590.1400.070.3315012.562.35
Hex93AB9FE072196c3e
Octal2232532371607412261476
Binary10010011101010111001111111100111100001100101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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