#94AE8E

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

Shades of Mantle #94AE8E

Tints of Mantle #94AE8E

Color information

#94AE8E (or 0x94AE8E) is unknown color: approx Mantle. HEX triplet: 94, AE and 8E. RGB value is (148,174,142). Sum of RGB (Red+Green+Blue) = 148+174+142=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 174 - color contains mainly: green. Hex color #94AE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AE8E is #6B5171. Grayscale: #A2A2A2. Windows color (decimal): -7033202 or 9350804. OLE color: 9350804.

HSL color Cylindrical-coordinate representation of color #94AE8E: hue angle of 108.75º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94AE8E is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB148174142-
CMYK0.1500.180.32
HSL108.75º16.49%61.96%-
HSV(B)108.75º18.39%68.24%-
XYZ32.2338.5231.33-
YUV162.58116.39117.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.90%
GREEN value IS 174 (68.36% from 255) = 37.5%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=31.90%
G=37.5%
B=30.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481741420.1500.180.32108.7516.4961.96
Hex94AE8EF012206d103e
Octal22425621617022401552076
Binary1001010010101110100011101111010010100000110110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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