#9EB6AB

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

Shades of Skeptic #9EB6AB

Tints of Skeptic #9EB6AB

Color information

#9EB6AB (or 0x9EB6AB) is unknown color: approx Skeptic. HEX triplet: 9E, B6 and AB. RGB value is (158,182,171). Sum of RGB (Red+Green+Blue) = 158+182+171=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB6AB is #614954. Grayscale: #ADADAD. Windows color (decimal): -6375765 or 11253406. OLE color: 11253406.

HSL color Cylindrical-coordinate representation of color #9EB6AB: hue angle of 152.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9EB6AB is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB158182171-
CMYK0.1300.060.29
HSL152.5º14.12%66.67%-
HSV(B)152.5º13.19%71.37%-
XYZ38.1843.6744.94-
YUV173.57126.55116.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.92%
GREEN value IS 182 (71.48% from 255) = 35.62%
BLUE value IS 171 (67.19% from 255) = 33.46%
R=30.92%
G=35.62%
B=33.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581821710.1300.060.29152.514.1266.67
Hex9EB6ABD061D98e43
Octal23626625315063523016103
Binary10011110101101101010101111010110111011001100011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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