Html Css Color HEX #93AF8B Mantle

📋 copy color: '#93AF8B'

red 147 ◦ green 175 ◦ blue 139

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

Shades of Mantle #93AF8B

Tints of Mantle #93AF8B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.96%

 BLUE value IS 139 (54.69% from 255) = 30.15%

R = 31.89%
G = 37.96%
B = 30.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#93AF8B (or 0x93AF8B) is known color: Mantle. HEX triplet: 93, AF and 8B. RGB value is (147,175,139). Sum of RGB (Red+Green+Blue) = 147+175+139=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AF8B is #6C5074. Grayscale: #A2A2A2. Windows color (decimal): -7098485 or 9154451. OLE color: 9154451.

HSL color Cylindrical-coordinate representation of color #93AF8B: hue angle of 106.67º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93AF8B is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 175 139 -
CMYK 0.16 0 0.21 0.31
HSL 106.67º 0.18% 0.62% -
HSV(B) 106.67º 0.21% 0.69% -
XYZ 32.02 38.73 30.21 -
YUV 162.52 114.72 116.93 -
System Red Green Blue C M Y K H S L
Decimal 147 175 139 0.16 0 0.21 0.31 106.67 0.18 0.62
Hex 93 AF 8B 10 0 15 1F 6B 12 3E
Octal 223 257 213 20 0 25 37 153 22 76
Binary 10010011 10101111 10001011 10000 0 10101 11111 1101011 10010 111110

Color Harmonies of #93AF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AF8B

Black with #93AF8B

Text Example


Text Example

White with #93AF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,175,139); }

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

background-color css

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

 a { background-color: rgb(147,175,139); }

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

border-color css

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

 span { border-color: rgb(147,175,139); }

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