#9EBEAB

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

Shades of Skeptic #9EBEAB

Tints of Skeptic #9EBEAB

Color information

#9EBEAB (or 0x9EBEAB) is unknown color: approx Skeptic. HEX triplet: 9E, BE and AB. RGB value is (158,190,171). Sum of RGB (Red+Green+Blue) = 158+190+171=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBEAB is #614154. Grayscale: #B2B2B2. Windows color (decimal): -6373717 or 11255454. OLE color: 11255454.

HSL color Cylindrical-coordinate representation of color #9EBEAB: hue angle of 144.37º 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 #9EBEAB is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB158190171-
CMYK0.1700.100.25
HSL144.37º19.75%68.24%-
HSV(B)144.37º16.84%74.51%-
XYZ39.8647.0445.51-
YUV178.27123.9113.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.44%
GREEN value IS 190 (74.61% from 255) = 36.61%
BLUE value IS 171 (67.19% from 255) = 32.95%
R=30.44%
G=36.61%
B=32.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581901710.1700.100.25144.3719.7568.24
Hex9EBEAB110A19901444
Octal236276253210123122024104
Binary10011110101111101010101110001010101100110010000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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