Html Css Color HEX #8AA085 Mantle

📋 copy color: '#8AA085'

red 138 ◦ green 160 ◦ blue 133

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

Shades of Mantle #8AA085

Tints of Mantle #8AA085

RGB

 RED value IS 138 (54.3% from 255) = 32.02%

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

 BLUE value IS 133 (52.34% from 255) = 30.86%

R = 32.02%
G = 37.12%
B = 30.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#8AA085 (or 0x8AA085) is known color: Mantle. HEX triplet: 8A, A0 and 85. RGB value is (138,160,133). Sum of RGB (Red+Green+Blue) = 138+160+133=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA085 is #755F7A. Grayscale: #969696. Windows color (decimal): -7692155 or 8757386. OLE color: 8757386.

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

Color convert

RGB 138 160 133 -
CMYK 0.14 0 0.17 0.37
HSL 108.89º 0.12% 0.57% -
HSV(B) 108.89º 0.17% 0.63% -
XYZ 27.29 32.24 26.97 -
YUV 150.34 118.21 119.2 -
System Red Green Blue C M Y K H S L
Decimal 138 160 133 0.14 0 0.17 0.37 108.89 0.12 0.57
Hex 8A A0 85 E 0 11 25 6D C 39
Octal 212 240 205 16 0 21 45 155 14 71
Binary 10001010 10100000 10000101 1110 0 10001 100101 1101101 1100 111001

Color Harmonies of #8AA085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA085

Black with #8AA085

Text Example


Text Example

White with #8AA085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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