#94AD8D

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

Shades of Mantle #94AD8D

Tints of Mantle #94AD8D

Color information

#94AD8D (or 0x94AD8D) is unknown color: approx Mantle. HEX triplet: 94, AD and 8D. RGB value is (148,173,141). Sum of RGB (Red+Green+Blue) = 148+173+141=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AD8D is #6B5272. Grayscale: #A1A1A1. Windows color (decimal): -7033459 or 9285012. OLE color: 9285012.

HSL color Cylindrical-coordinate representation of color #94AD8D: hue angle of 106.87º 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 #94AD8D is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB148173141-
CMYK0.1400.180.32
HSL106.87º16.33%61.57%-
HSV(B)106.87º18.5%67.84%-
XYZ31.9638.1130.87-
YUV161.88116.22118.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.03%
GREEN value IS 173 (67.97% from 255) = 37.45%
BLUE value IS 141 (55.47% from 255) = 30.52%
R=32.03%
G=37.45%
B=30.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481731410.1400.180.32106.8716.3361.57
Hex94AD8DE012206b103e
Octal22425521516022401532076
Binary1001010010101101100011011110010010100000110101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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