#9EB5AC

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

Shades of Skeptic #9EB5AC

Tints of Skeptic #9EB5AC

Color information

#9EB5AC (or 0x9EB5AC) is unknown color: approx Skeptic. HEX triplet: 9E, B5 and AC. RGB value is (158,181,172). Sum of RGB (Red+Green+Blue) = 158+181+172=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 181 - color contains mainly: green. Hex color #9EB5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB5AC is #614A53. Grayscale: #ADADAD. Windows color (decimal): -6376020 or 11318686. OLE color: 11318686.

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

Color convert

RGB158181172-
CMYK0.1300.050.29
HSL156.52º13.45%66.47%-
HSV(B)156.52º12.71%70.98%-
XYZ38.0743.345.38-
YUV173.1127.38117.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.92%
GREEN value IS 181 (71.09% from 255) = 35.42%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=30.92%
G=35.42%
B=33.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581811720.1300.050.29156.5213.4566.47
Hex9EB5ACD051D9dd42
Octal23626525415053523515102
Binary10011110101101011010110011010101111011001110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,181,172); }

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

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

 a { background-color: rgb(158,181,172); }

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

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

 span { border-color: rgb(158,181,172); }

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