#97AA8B

Color #97AA8B Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #97AA8B

Tints of Mantle #97AA8B

Color information

#97AA8B (or 0x97AA8B) is unknown color: approx Mantle. HEX triplet: 97, AA and 8B. RGB value is (151,170,139). Sum of RGB (Red+Green+Blue) = 151+170+139=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 170 - color contains mainly: green. Hex color #97AA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AA8B is #685574. Grayscale: #A0A0A0. Windows color (decimal): -6837621 or 9153175. OLE color: 9153175.

HSL color Cylindrical-coordinate representation of color #97AA8B: hue angle of 96.77º 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 #97AA8B is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB151170139-
CMYK0.1100.180.33
HSL96.77º15.42%60.59%-
HSV(B)96.77º18.24%66.67%-
XYZ31.837.1929.93-
YUV160.78115.71121.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.83%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 139 (54.69% from 255) = 30.22%
R=32.83%
G=36.96%
B=30.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511701390.1100.180.3396.7715.4260.59
Hex97AA8BB0122161f3d
Octal22725221313022411411775
Binary100101111010101010001011101101001010000111000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97AA8B; }

 p { color: rgb(151,170,139); }

 H1.HeaderClassName
 {
   color: #97AA8B;
 }
 .AnyTagClassName
 {
   color: #97AA8B;
 }
</style>
background-color css

<style>
 a { background-color: #97AA8B; }

 a { background-color: rgb(151,170,139); }

 div.DivClassName
 {
   background-color: #97AA8B;
 }
 .BgClassName
 {
   background-color: #97AA8B;
 }
</style>
border-color css

<style>
 span { border-color: #97AA8B; }

 span { border-color: rgb(151,170,139); }

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