Html Css Color HEX #97AA8D Mantle

📋 copy color: '#97AA8D'

red 151 ◦ green 170 ◦ blue 141

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

Shades of Mantle #97AA8D

Tints of Mantle #97AA8D

RGB

 RED value IS 151 (59.38% from 255) = 32.68%

 GREEN value IS 170 (66.8% from 255) = 36.8%

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

R = 32.68%
G = 36.8%
B = 30.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#97AA8D (or 0x97AA8D) is known color: Mantle. HEX triplet: 97, AA and 8D. RGB value is (151,170,141). Sum of RGB (Red+Green+Blue) = 151+170+141=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 170 - color contains mainly: green. Hex color #97AA8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AA8D is #685572. Grayscale: #A1A1A1. Windows color (decimal): -6837619 or 9284247. OLE color: 9284247.

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

Color convert

RGB 151 170 141 -
CMYK 0.11 0 0.17 0.33
HSL 99.31º 0.15% 0.61% -
HSV(B) 99.31º 0.17% 0.67% -
XYZ 31.94 37.25 30.71 -
YUV 161.01 116.71 120.86 -
System Red Green Blue C M Y K H S L
Decimal 151 170 141 0.11 0 0.17 0.33 99.31 0.15 0.61
Hex 97 AA 8D B 0 11 21 63 F 3D
Octal 227 252 215 13 0 21 41 143 17 75
Binary 10010111 10101010 10001101 1011 0 10001 100001 1100011 1111 111101

Color Harmonies of #97AA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97AA8D

Black with #97AA8D

Text Example


Text Example

White with #97AA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97AA8D;
 }
 .AnyTagClassName
 {
   color: #97AA8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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