#9EBEAE

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

Shades of Skeptic #9EBEAE

Tints of Skeptic #9EBEAE

Color information

#9EBEAE (or 0x9EBEAE) is unknown color: approx Skeptic. HEX triplet: 9E, BE and AE. RGB value is (158,190,174). Sum of RGB (Red+Green+Blue) = 158+190+174=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBEAE is #614151. Grayscale: #B2B2B2. Windows color (decimal): -6373714 or 11452062. OLE color: 11452062.

HSL color Cylindrical-coordinate representation of color #9EBEAE: hue angle of 150º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EBEAE is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB158190174-
CMYK0.1700.080.25
HSL150º19.75%68.24%-
HSV(B)150º16.84%74.51%-
XYZ40.1547.1547.03-
YUV178.61125.4113.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.27%
GREEN value IS 190 (74.61% from 255) = 36.40%
BLUE value IS 174 (68.36% from 255) = 33.33%
R=30.27%
G=36.40%
B=33.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581901740.1700.080.2515019.7568.24
Hex9EBEAE110819961444
Octal236276256210103122624104
Binary10011110101111101010111010001010001100110010110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,190,174); }

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

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

 a { background-color: rgb(158,190,174); }

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

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

 span { border-color: rgb(158,190,174); }

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