#8DAA8A

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

Shades of Mantle #8DAA8A

Tints of Mantle #8DAA8A

Color information

#8DAA8A (or 0x8DAA8A) is unknown color: approx Mantle. HEX triplet: 8D, AA and 8A. RGB value is (141,170,138). Sum of RGB (Red+Green+Blue) = 141+170+138=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAA8A is #725575. Grayscale: #9D9D9D. Windows color (decimal): -7492982 or 9087629. OLE color: 9087629.

HSL color Cylindrical-coordinate representation of color #8DAA8A: hue angle of 114.37º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8DAA8A is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB141170138-
CMYK0.1700.190.33
HSL114.37º15.84%60.39%-
HSV(B)114.37º18.82%66.67%-
XYZ29.9536.2529.46-
YUV157.68116.89116.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.40%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 138 (54.30% from 255) = 30.73%
R=31.40%
G=37.86%
B=30.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411701380.1700.190.33114.3715.8460.39
Hex8DAA8A110132172103c
Octal21525221221023411622074
Binary10001101101010101000101010001010011100001111001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DAA8A; }

 p { color: rgb(141,170,138); }

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

<style>
 a { background-color: #8DAA8A; }

 a { background-color: rgb(141,170,138); }

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

<style>
 span { border-color: #8DAA8A; }

 span { border-color: rgb(141,170,138); }

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