#94AA8D

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

Shades of Mantle #94AA8D

Tints of Mantle #94AA8D

Color information

#94AA8D (or 0x94AA8D) is unknown color: approx Mantle. HEX triplet: 94, AA and 8D. RGB value is (148,170,141). Sum of RGB (Red+Green+Blue) = 148+170+141=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AA8D is #6B5572. Grayscale: #A0A0A0. Windows color (decimal): -7034227 or 9284244. OLE color: 9284244.

HSL color Cylindrical-coordinate representation of color #94AA8D: hue angle of 105.52º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #94AA8D is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB148170141-
CMYK0.1300.170.33
HSL105.52º14.57%60.98%-
HSV(B)105.52º17.06%66.67%-
XYZ31.436.9730.68-
YUV160.12117.21119.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 141 (55.47% from 255) = 30.72%
R=32.24%
G=37.04%
B=30.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481701410.1300.170.33105.5214.5760.98
Hex94AA8DD011216af3d
Octal22425221515021411521775
Binary100101001010101010001101110101000110000111010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94AA8D; }

 p { color: rgb(148,170,141); }

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

<style>
 a { background-color: #94AA8D; }

 a { background-color: rgb(148,170,141); }

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

<style>
 span { border-color: #94AA8D; }

 span { border-color: rgb(148,170,141); }

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