#9EBCAB

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

Shades of Skeptic #9EBCAB

Tints of Skeptic #9EBCAB

Color information

#9EBCAB (or 0x9EBCAB) is unknown color: approx Skeptic. HEX triplet: 9E, BC and AB. RGB value is (158,188,171). Sum of RGB (Red+Green+Blue) = 158+188+171=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBCAB is #614354. Grayscale: #B1B1B1. Windows color (decimal): -6374229 or 11254942. OLE color: 11254942.

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

Color convert

RGB158188171-
CMYK0.1600.090.26
HSL146º18.29%67.84%-
HSV(B)146º15.96%73.73%-
XYZ39.4346.1845.36-
YUV177.09124.56114.38-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.56%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=30.56%
G=36.36%
B=33.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581881710.1600.090.2614618.2967.84
Hex9EBCAB10091A921244
Octal236274253200113222222104
Binary10011110101111001010101110000010011101010010010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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