#93A08A

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

Shades of Mantle #93A08A

Tints of Mantle #93A08A

Color information

#93A08A (or 0x93A08A) is unknown color: approx Mantle. HEX triplet: 93, A0 and 8A. RGB value is (147,160,138). Sum of RGB (Red+Green+Blue) = 147+160+138=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 160 - color contains mainly: green. Hex color #93A08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A08A is #6C5F75. Grayscale: #999999. Windows color (decimal): -7102326 or 9085075. OLE color: 9085075.

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

Color convert

RGB147160138-
CMYK0.0800.140.37
HSL95.45º10.38%58.43%-
HSV(B)95.45º13.75%62.75%-
XYZ29.1933.1828.91-
YUV153.6119.19123.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.03%
GREEN value IS 160 (62.89% from 255) = 35.96%
BLUE value IS 138 (54.30% from 255) = 31.01%
R=33.03%
G=35.96%
B=31.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1471601380.0800.140.3795.4510.3858.43
Hex93A08A80E255fa3a
Octal22324021210016451371272
Binary10010011101000001000101010000111010010110111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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