Html Css Color HEX #9DAE9B Mantle

📋 copy color: '#9DAE9B'

red 157 ◦ green 174 ◦ blue 155

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

Shades of Mantle #9DAE9B

Tints of Mantle #9DAE9B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.8%

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

R = 32.3%
G = 35.8%
B = 31.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#9DAE9B (or 0x9DAE9B) is known color: Mantle. HEX triplet: 9D, AE and 9B. RGB value is (157,174,155). Sum of RGB (Red+Green+Blue) = 157+174+155=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAE9B is #625164. Grayscale: #A6A6A6. Windows color (decimal): -6443365 or 10202781. OLE color: 10202781.

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

Color convert

RGB 157 174 155 -
CMYK 0.10 0 0.11 0.32
HSL 113.68º 0.1% 0.65% -
HSV(B) 113.68º 0.11% 0.68% -
XYZ 34.96 39.81 36.85 -
YUV 166.75 121.37 121.04 -
System Red Green Blue C M Y K H S L
Decimal 157 174 155 0.10 0 0.11 0.32 113.68 0.1 0.65
Hex 9D AE 9B A 0 B 20 72 A 41
Octal 235 256 233 12 0 13 40 162 12 101
Binary 10011101 10101110 10011011 1010 0 1011 100000 1110010 1010 1000001

Color Harmonies of #9DAE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAE9B

Black with #9DAE9B

Text Example


Text Example

White with #9DAE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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