Html Css Color HEX #8FA08A Mantle

📋 copy color: '#8FA08A'

red 143 ◦ green 160 ◦ blue 138

#8FA08A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantle #8FA08A

Tints of Mantle #8FA08A

RGB

 RED value IS 143 (56.25% from 255) = 32.43%

 GREEN value IS 160 (62.89% from 255) = 36.28%

 BLUE value IS 138 (54.3% from 255) = 31.29%

R = 32.43%
G = 36.28%
B = 31.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#8FA08A (or 0x8FA08A) is known color: Mantle. HEX triplet: 8F, A0 and 8A. RGB value is (143,160,138). Sum of RGB (Red+Green+Blue) = 143+160+138=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 160 - color contains mainly: green. Hex color #8FA08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA08A is #705F75. Grayscale: #989898. Windows color (decimal): -7364470 or 9085071. OLE color: 9085071.

HSL color Cylindrical-coordinate representation of color #8FA08A: hue angle of 106.36º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8FA08A is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 143 160 138 -
CMYK 0.11 0 0.14 0.37
HSL 106.36º 0.1% 0.58% -
HSV(B) 106.36º 0.14% 0.63% -
XYZ 28.49 32.82 28.88 -
YUV 152.41 119.87 121.29 -
System Red Green Blue C M Y K H S L
Decimal 143 160 138 0.11 0 0.14 0.37 106.36 0.1 0.58
Hex 8F A0 8A B 0 E 25 6A A 3A
Octal 217 240 212 13 0 16 45 152 12 72
Binary 10001111 10100000 10001010 1011 0 1110 100101 1101010 1010 111010

Color Harmonies of #8FA08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA08A

Black with #8FA08A

Text Example


Text Example

White with #8FA08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,160,138); }

 H1.HeaderClassName
 {
   color: #8FA08A;
 }
 .AnyTagClassName
 {
   color: #8FA08A;
 }
</style>

background-color css

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

 a { background-color: rgb(143,160,138); }

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

border-color css

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

 span { border-color: rgb(143,160,138); }

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