#9EB8AC

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

Shades of Skeptic #9EB8AC

Tints of Skeptic #9EB8AC

Color information

#9EB8AC (or 0x9EB8AC) is unknown color: approx Skeptic. HEX triplet: 9E, B8 and AC. RGB value is (158,184,172). Sum of RGB (Red+Green+Blue) = 158+184+172=514 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.74% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 184 - color contains mainly: green. Hex color #9EB8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB8AC is #614753. Grayscale: #AEAEAE. Windows color (decimal): -6375252 or 11319454. OLE color: 11319454.

HSL color Cylindrical-coordinate representation of color #9EB8AC: hue angle of 152.31º 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 #9EB8AC is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB158184172-
CMYK0.1400.070.28
HSL152.31º15.48%67.06%-
HSV(B)152.31º14.13%72.16%-
XYZ38.6944.5345.59-
YUV174.86126.39115.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.74%
GREEN value IS 184 (72.27% from 255) = 35.80%
BLUE value IS 172 (67.58% from 255) = 33.46%
R=30.74%
G=35.80%
B=33.46%

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
Decimal1581841720.1400.070.28152.3115.4867.06
Hex9EB8ACE071C98f43
Octal23627025416073423017103
Binary10011110101110001010110011100111111001001100011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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