Html Css Color HEX #9DAA9B Mantle

📋 copy color: '#9DAA9B'

red 157 ◦ green 170 ◦ blue 155

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

Shades of Mantle #9DAA9B

Tints of Mantle #9DAA9B

RGB

 RED value IS 157 (61.72% from 255) = 32.57%

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

 BLUE value IS 155 (60.94% from 255) = 32.16%

R = 32.57%
G = 35.27%
B = 32.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#9DAA9B (or 0x9DAA9B) is known color: Mantle. HEX triplet: 9D, AA and 9B. RGB value is (157,170,155). Sum of RGB (Red+Green+Blue) = 157+170+155=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAA9B is #625564. Grayscale: #A4A4A4. Windows color (decimal): -6444389 or 10201757. OLE color: 10201757.

HSL color Cylindrical-coordinate representation of color #9DAA9B: hue angle of 112º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9DAA9B is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 170 155 -
CMYK 0.08 0 0.09 0.33
HSL 112º 0.08% 0.64% -
HSV(B) 112º 0.09% 0.67% -
XYZ 34.2 38.28 36.6 -
YUV 164.4 122.69 122.72 -
System Red Green Blue C M Y K H S L
Decimal 157 170 155 0.08 0 0.09 0.33 112 0.08 0.64
Hex 9D AA 9B 8 0 9 21 70 8 40
Octal 235 252 233 10 0 11 41 160 10 100
Binary 10011101 10101010 10011011 1000 0 1001 100001 1110000 1000 1000000

Color Harmonies of #9DAA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAA9B

Black with #9DAA9B

Text Example


Text Example

White with #9DAA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DAA9B; }

 p { color: rgb(157,170,155); }

 H1.HeaderClassName
 {
   color: #9DAA9B;
 }
 .AnyTagClassName
 {
   color: #9DAA9B;
 }
</style>

background-color css

<style>
 a { background-color: #9DAA9B; }

 a { background-color: rgb(157,170,155); }

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

border-color css

<style>
 span { border-color: #9DAA9B; }

 span { border-color: rgb(157,170,155); }

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