#9EB7AC

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

Shades of Skeptic #9EB7AC

Tints of Skeptic #9EB7AC

Color information

#9EB7AC (or 0x9EB7AC) is unknown color: approx Skeptic. HEX triplet: 9E, B7 and AC. RGB value is (158,183,172). Sum of RGB (Red+Green+Blue) = 158+183+172=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 183 - color contains mainly: green. Hex color #9EB7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB7AC is #614853. Grayscale: #AEAEAE. Windows color (decimal): -6375508 or 11319198. OLE color: 11319198.

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

Color convert

RGB158183172-
CMYK0.1400.060.28
HSL153.6º14.79%66.86%-
HSV(B)153.6º13.66%71.76%-
XYZ38.4844.1145.52-
YUV174.27126.72116.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.80%
GREEN value IS 183 (71.88% from 255) = 35.67%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=30.80%
G=35.67%
B=33.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1581831720.1400.060.28153.614.7966.86
Hex9EB7ACE061C9af43
Octal23626725416063423217103
Binary10011110101101111010110011100110111001001101011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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