Html Css Color HEX #93AF8A Mantle

📋 copy color: '#93AF8A'

red 147 ◦ green 175 ◦ blue 138

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

Shades of Mantle #93AF8A

Tints of Mantle #93AF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30%

R = 31.96%
G = 38.04%
B = 30%

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

#93AF8A (or 0x93AF8A) is known color: Mantle. HEX triplet: 93, AF and 8A. RGB value is (147,175,138). Sum of RGB (Red+Green+Blue) = 147+175+138=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AF8A is #6C5075. Grayscale: #A2A2A2. Windows color (decimal): -7098486 or 9088915. OLE color: 9088915.

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

Color convert

RGB 147 175 138 -
CMYK 0.16 0 0.21 0.31
HSL 105.41º 0.19% 0.61% -
HSV(B) 105.41º 0.21% 0.69% -
XYZ 31.95 38.7 29.83 -
YUV 162.41 114.22 117.01 -
System Red Green Blue C M Y K H S L
Decimal 147 175 138 0.16 0 0.21 0.31 105.41 0.19 0.61
Hex 93 AF 8A 10 0 15 1F 69 13 3D
Octal 223 257 212 20 0 25 37 151 23 75
Binary 10010011 10101111 10001010 10000 0 10101 11111 1101001 10011 111101

Color Harmonies of #93AF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AF8A

Black with #93AF8A

Text Example


Text Example

White with #93AF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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