Html Css Color HEX #93AB8E Mantle

📋 copy color: '#93AB8E'

red 147 ◦ green 171 ◦ blue 142

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

Shades of Mantle #93AB8E

Tints of Mantle #93AB8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.87%

R = 31.96%
G = 37.17%
B = 30.87%

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

#93AB8E (or 0x93AB8E) is known color: Mantle. HEX triplet: 93, AB and 8E. RGB value is (147,171,142). Sum of RGB (Red+Green+Blue) = 147+171+142=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AB8E is #6C5471. Grayscale: #A0A0A0. Windows color (decimal): -7099506 or 9350035. OLE color: 9350035.

HSL color Cylindrical-coordinate representation of color #93AB8E: hue angle of 109.66º 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 #93AB8E is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 171 142 -
CMYK 0.14 0 0.17 0.33
HSL 109.66º 0.15% 0.61% -
HSV(B) 109.66º 0.17% 0.67% -
XYZ 31.48 37.28 31.13 -
YUV 160.52 117.55 118.36 -
System Red Green Blue C M Y K H S L
Decimal 147 171 142 0.14 0 0.17 0.33 109.66 0.15 0.61
Hex 93 AB 8E E 0 11 21 6E F 3D
Octal 223 253 216 16 0 21 41 156 17 75
Binary 10010011 10101011 10001110 1110 0 10001 100001 1101110 1111 111101

Color Harmonies of #93AB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AB8E

Black with #93AB8E

Text Example


Text Example

White with #93AB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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