Html Css Color HEX #9DAF9B Mantle

📋 copy color: '#9DAF9B'

red 157 ◦ green 175 ◦ blue 155

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

Shades of Mantle #9DAF9B

Tints of Mantle #9DAF9B

RGB

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

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

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

R = 32.24%
G = 35.93%
B = 31.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#9DAF9B (or 0x9DAF9B) is known color: Mantle. HEX triplet: 9D, AF and 9B. RGB value is (157,175,155). Sum of RGB (Red+Green+Blue) = 157+175+155=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAF9B is #625064. Grayscale: #A7A7A7. Windows color (decimal): -6443109 or 10203037. OLE color: 10203037.

HSL color Cylindrical-coordinate representation of color #9DAF9B: hue angle of 114º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9DAF9B is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 175 155 -
CMYK 0.10 0 0.11 0.31
HSL 114º 0.11% 0.65% -
HSV(B) 114º 0.11% 0.69% -
XYZ 35.15 40.19 36.92 -
YUV 167.34 121.04 120.63 -
System Red Green Blue C M Y K H S L
Decimal 157 175 155 0.10 0 0.11 0.31 114 0.11 0.65
Hex 9D AF 9B A 0 B 1F 72 B 41
Octal 235 257 233 12 0 13 37 162 13 101
Binary 10011101 10101111 10011011 1010 0 1011 11111 1110010 1011 1000001

Color Harmonies of #9DAF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAF9B

Black with #9DAF9B

Text Example


Text Example

White with #9DAF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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