#9EBBAA

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

Shades of Skeptic #9EBBAA

Tints of Skeptic #9EBBAA

Color information

#9EBBAA (or 0x9EBBAA) is unknown color: approx Skeptic. HEX triplet: 9E, BB and AA. RGB value is (158,187,170). Sum of RGB (Red+Green+Blue) = 158+187+170=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBBAA is #614455. Grayscale: #B0B0B0. Windows color (decimal): -6374486 or 11189150. OLE color: 11189150.

HSL color Cylindrical-coordinate representation of color #9EBBAA: hue angle of 144.83º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EBBAA is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB158187170-
CMYK0.1600.090.27
HSL144.83º17.58%67.65%-
HSV(B)144.83º15.51%73.33%-
XYZ39.1345.7144.79-
YUV176.39124.39114.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.68%
GREEN value IS 187 (73.44% from 255) = 36.31%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=30.68%
G=36.31%
B=33.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581871700.1600.090.27144.8317.5867.65
Hex9EBBAA10091B911244
Octal236273252200113322122104
Binary10011110101110111010101010000010011101110010001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,187,170); }

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

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

 a { background-color: rgb(158,187,170); }

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

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

 span { border-color: rgb(158,187,170); }

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