#9EBCAC

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

Shades of Skeptic #9EBCAC

Tints of Skeptic #9EBCAC

Color information

#9EBCAC (or 0x9EBCAC) is unknown color: approx Skeptic. HEX triplet: 9E, BC and AC. RGB value is (158,188,172). Sum of RGB (Red+Green+Blue) = 158+188+172=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBCAC is #614353. Grayscale: #B1B1B1. Windows color (decimal): -6374228 or 11320478. OLE color: 11320478.

HSL color Cylindrical-coordinate representation of color #9EBCAC: hue angle of 148º 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 #9EBCAC is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB158188172-
CMYK0.1600.090.26
HSL148º18.29%67.84%-
HSV(B)148º15.96%73.73%-
XYZ39.5346.2145.87-
YUV177.21125.06114.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.50%
GREEN value IS 188 (73.83% from 255) = 36.29%
BLUE value IS 172 (67.58% from 255) = 33.20%
R=30.50%
G=36.29%
B=33.20%

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
Decimal1581881720.1600.090.2614818.2967.84
Hex9EBCAC10091A941244
Octal236274254200113222422104
Binary10011110101111001010110010000010011101010010100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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