#93AF8E

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

Shades of Mantle #93AF8E

Tints of Mantle #93AF8E

Color information

#93AF8E (or 0x93AF8E) is unknown color: approx Mantle. HEX triplet: 93, AF and 8E. RGB value is (147,175,142). Sum of RGB (Red+Green+Blue) = 147+175+142=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AF8E is #6C5071. Grayscale: #A2A2A2. Windows color (decimal): -7098482 or 9351059. OLE color: 9351059.

HSL color Cylindrical-coordinate representation of color #93AF8E: hue angle of 110.91º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #93AF8E is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB147175142-
CMYK0.1600.190.31
HSL110.91º17.1%62.16%-
HSV(B)110.91º18.86%68.63%-
XYZ32.2538.8231.38-
YUV162.87116.22116.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.68%
GREEN value IS 175 (68.75% from 255) = 37.72%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=31.68%
G=37.72%
B=30.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471751420.1600.190.31110.9117.162.16
Hex93AF8E100131F6f113e
Octal22325721620023371572176
Binary1001001110101111100011101000001001111111110111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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