#94A18D

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

Shades of Mantle #94A18D

Tints of Mantle #94A18D

Color information

#94A18D (or 0x94A18D) is unknown color: approx Mantle. HEX triplet: 94, A1 and 8D. RGB value is (148,161,141). Sum of RGB (Red+Green+Blue) = 148+161+141=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 161 - color contains mainly: green. Hex color #94A18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A18D is #6B5E72. Grayscale: #9A9A9A. Windows color (decimal): -7036531 or 9281940. OLE color: 9281940.

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

Color convert

RGB148161141-
CMYK0.0800.120.37
HSL99º9.62%59.22%-
HSV(B)99º12.42%63.14%-
XYZ29.7733.7130.14-
YUV154.83120.19123.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.89%
GREEN value IS 161 (63.28% from 255) = 35.78%
BLUE value IS 141 (55.47% from 255) = 31.33%
R=32.89%
G=35.78%
B=31.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1481611410.0800.120.37999.6259.22
Hex94A18D80C2563a3b
Octal22424121510014451431273
Binary10010100101000011000110110000110010010111000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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