#94B18E

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

Shades of Mantle #94B18E

Tints of Mantle #94B18E

Color information

#94B18E (or 0x94B18E) is unknown color: approx Mantle. HEX triplet: 94, B1 and 8E. RGB value is (148,177,142). Sum of RGB (Red+Green+Blue) = 148+177+142=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 177 - color contains mainly: green. Hex color #94B18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B18E is #6B4E71. Grayscale: #A4A4A4. Windows color (decimal): -7032434 or 9351572. OLE color: 9351572.

HSL color Cylindrical-coordinate representation of color #94B18E: hue angle of 109.71º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94B18E is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB148177142-
CMYK0.1600.200.31
HSL109.71º18.32%62.55%-
HSV(B)109.71º19.77%69.41%-
XYZ32.8239.6931.52-
YUV164.34115.39116.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.69%
GREEN value IS 177 (69.53% from 255) = 37.90%
BLUE value IS 142 (55.86% from 255) = 30.41%
R=31.69%
G=37.90%
B=30.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481771420.1600.200.31109.7118.3262.55
Hex94B18E100141F6e123f
Octal22426121620024371562277
Binary1001010010110001100011101000001010011111110111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,177,142); }

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

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

 a { background-color: rgb(148,177,142); }

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

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

 span { border-color: rgb(148,177,142); }

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