Html Css Color HEX #93AA8D Mantle

📋 copy color: '#93AA8D'

red 147 ◦ green 170 ◦ blue 141

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

Shades of Mantle #93AA8D

Tints of Mantle #93AA8D

RGB

 RED value IS 147 (57.81% from 255) = 32.1%

 GREEN value IS 170 (66.8% from 255) = 37.12%

 BLUE value IS 141 (55.47% from 255) = 30.79%

R = 32.1%
G = 37.12%
B = 30.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#93AA8D (or 0x93AA8D) is known color: Mantle. HEX triplet: 93, AA and 8D. RGB value is (147,170,141). Sum of RGB (Red+Green+Blue) = 147+170+141=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AA8D is #6C5572. Grayscale: #9F9F9F. Windows color (decimal): -7099763 or 9284243. OLE color: 9284243.

HSL color Cylindrical-coordinate representation of color #93AA8D: hue angle of 107.59º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #93AA8D is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 170 141 -
CMYK 0.14 0 0.17 0.33
HSL 107.59º 0.15% 0.61% -
HSV(B) 107.59º 0.17% 0.67% -
XYZ 31.22 36.88 30.67 -
YUV 159.82 117.38 118.86 -
System Red Green Blue C M Y K H S L
Decimal 147 170 141 0.14 0 0.17 0.33 107.59 0.15 0.61
Hex 93 AA 8D E 0 11 21 6C F 3D
Octal 223 252 215 16 0 21 41 154 17 75
Binary 10010011 10101010 10001101 1110 0 10001 100001 1101100 1111 111101

Color Harmonies of #93AA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AA8D

Black with #93AA8D

Text Example


Text Example

White with #93AA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93AA8D; }

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

 H1.HeaderClassName
 {
   color: #93AA8D;
 }
 .AnyTagClassName
 {
   color: #93AA8D;
 }
</style>

background-color css

<style>
 a { background-color: #93AA8D; }

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

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

border-color css

<style>
 span { border-color: #93AA8D; }

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

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