#9EB8AB

Color #9EB8AB Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #9EB8AB

Tints of Skeptic #9EB8AB

Color information

#9EB8AB (or 0x9EB8AB) is unknown color: approx Skeptic. HEX triplet: 9E, B8 and AB. RGB value is (158,184,171). Sum of RGB (Red+Green+Blue) = 158+184+171=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 184 - color contains mainly: green. Hex color #9EB8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB8AB is #614754. Grayscale: #AEAEAE. Windows color (decimal): -6375253 or 11253918. OLE color: 11253918.

HSL color Cylindrical-coordinate representation of color #9EB8AB: hue angle of 150º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9EB8AB is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB158184171-
CMYK0.1400.070.28
HSL150º15.48%67.06%-
HSV(B)150º14.13%72.16%-
XYZ38.5944.4945.08-
YUV174.74125.89116.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.80%
GREEN value IS 184 (72.27% from 255) = 35.87%
BLUE value IS 171 (67.19% from 255) = 33.33%
R=30.80%
G=35.87%
B=33.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1581841710.1400.070.2815015.4867.06
Hex9EB8ABE071C96f43
Octal23627025316073422617103
Binary10011110101110001010101111100111111001001011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,184,171); }

 H1.HeaderClassName
 {
   color: #9EB8AB;
 }
 .AnyTagClassName
 {
   color: #9EB8AB;
 }
</style>
background-color css

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

 a { background-color: rgb(158,184,171); }

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

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

 span { border-color: rgb(158,184,171); }

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