#94AA8B

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

Shades of Mantle #94AA8B

Tints of Mantle #94AA8B

Color information

#94AA8B (or 0x94AA8B) is unknown color: approx Mantle. HEX triplet: 94, AA and 8B. RGB value is (148,170,139). Sum of RGB (Red+Green+Blue) = 148+170+139=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AA8B is #6B5574. Grayscale: #9F9F9F. Windows color (decimal): -7034229 or 9153172. OLE color: 9153172.

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

Color convert

RGB148170139-
CMYK0.1300.180.33
HSL102.58º15.42%60.59%-
HSV(B)102.58º18.24%66.67%-
XYZ31.2536.9129.9-
YUV159.89116.21119.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.39%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 139 (54.69% from 255) = 30.42%
R=32.39%
G=37.20%
B=30.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481701390.1300.180.33102.5815.4260.59
Hex94AA8BD0122167f3d
Octal22425221315022411471775
Binary100101001010101010001011110101001010000111001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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