Html Css Color HEX #9BAE9A Mantle

📋 copy color: '#9BAE9A'

red 155 ◦ green 174 ◦ blue 154

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

Shades of Mantle #9BAE9A

Tints of Mantle #9BAE9A

RGB

 RED value IS 155 (60.94% from 255) = 32.09%

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

 BLUE value IS 154 (60.55% from 255) = 31.88%

R = 32.09%
G = 36.02%
B = 31.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#9BAE9A (or 0x9BAE9A) is known color: Mantle. HEX triplet: 9B, AE and 9A. RGB value is (155,174,154). Sum of RGB (Red+Green+Blue) = 155+174+154=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAE9A is #645165. Grayscale: #A6A6A6. Windows color (decimal): -6574438 or 10137243. OLE color: 10137243.

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

Color convert

RGB 155 174 154 -
CMYK 0.11 0 0.11 0.32
HSL 117º 0.11% 0.64% -
HSV(B) 117º 0.11% 0.68% -
XYZ 34.49 39.57 36.39 -
YUV 166.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 155 174 154 0.11 0 0.11 0.32 117 0.11 0.64
Hex 9B AE 9A B 0 B 20 75 B 40
Octal 233 256 232 13 0 13 40 165 13 100
Binary 10011011 10101110 10011010 1011 0 1011 100000 1110101 1011 1000000

Color Harmonies of #9BAE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAE9A

Black with #9BAE9A

Text Example


Text Example

White with #9BAE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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