Html Css Color HEX #93AB8D Mantle

📋 copy color: '#93AB8D'

red 147 ◦ green 171 ◦ blue 141

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

Shades of Mantle #93AB8D

Tints of Mantle #93AB8D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.25%

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

R = 32.03%
G = 37.25%
B = 30.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#93AB8D (or 0x93AB8D) is known color: Mantle. HEX triplet: 93, AB and 8D. RGB value is (147,171,141). Sum of RGB (Red+Green+Blue) = 147+171+141=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AB8D is #6C5472. Grayscale: #A0A0A0. Windows color (decimal): -7099507 or 9284499. OLE color: 9284499.

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

Color convert

RGB 147 171 141 -
CMYK 0.14 0 0.18 0.33
HSL 108º 0.15% 0.61% -
HSV(B) 108º 0.18% 0.67% -
XYZ 31.4 37.25 30.73 -
YUV 160.4 117.05 118.44 -
System Red Green Blue C M Y K H S L
Decimal 147 171 141 0.14 0 0.18 0.33 108 0.15 0.61
Hex 93 AB 8D E 0 12 21 6C F 3D
Octal 223 253 215 16 0 22 41 154 17 75
Binary 10010011 10101011 10001101 1110 0 10010 100001 1101100 1111 111101

Color Harmonies of #93AB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AB8D

Black with #93AB8D

Text Example


Text Example

White with #93AB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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