#93A08E

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

Shades of Mantle #93A08E

Tints of Mantle #93A08E

Color information

#93A08E (or 0x93A08E) is unknown color: approx Mantle. HEX triplet: 93, A0 and 8E. RGB value is (147,160,142). Sum of RGB (Red+Green+Blue) = 147+160+142=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 160 - color contains mainly: green. Hex color #93A08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A08E is #6C5F71. Grayscale: #9A9A9A. Windows color (decimal): -7102322 or 9347219. OLE color: 9347219.

HSL color Cylindrical-coordinate representation of color #93A08E: hue angle of 103.33º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #93A08E is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB147160142-
CMYK0.0800.110.37
HSL103.33º8.65%59.22%-
HSV(B)103.33º11.25%62.75%-
XYZ29.4933.330.46-
YUV154.06121.19122.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.74%
GREEN value IS 160 (62.89% from 255) = 35.63%
BLUE value IS 142 (55.86% from 255) = 31.63%
R=32.74%
G=35.63%
B=31.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1471601420.0800.110.37103.338.6559.22
Hex93A08E80B256793b
Octal22324021610013451471173
Binary10010011101000001000111010000101110010111001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,160,142); }

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

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

 a { background-color: rgb(147,160,142); }

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

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

 span { border-color: rgb(147,160,142); }

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