#8DA38B

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

Shades of Mantle #8DA38B

Tints of Mantle #8DA38B

Color information

#8DA38B (or 0x8DA38B) is unknown color: approx Mantle. HEX triplet: 8D, A3 and 8B. RGB value is (141,163,139). Sum of RGB (Red+Green+Blue) = 141+163+139=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA38B is #725C74. Grayscale: #999999. Windows color (decimal): -7494773 or 9151373. OLE color: 9151373.

HSL color Cylindrical-coordinate representation of color #8DA38B: hue angle of 115º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8DA38B is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB141163139-
CMYK0.1300.150.36
HSL115º11.54%59.22%-
HSV(B)115º14.72%63.92%-
XYZ28.7433.7229.42-
YUV153.69119.71118.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.83%
GREEN value IS 163 (64.06% from 255) = 36.79%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=31.83%
G=36.79%
B=31.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411631390.1300.150.3611511.5459.22
Hex8DA38BD0F2473c3b
Octal21524321315017441631473
Binary10001101101000111000101111010111110010011100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,163,139); }

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

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

 a { background-color: rgb(141,163,139); }

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

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

 span { border-color: rgb(141,163,139); }

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