#9EACAC

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

Shades of Hit Grey #9EACAC

Tints of Hit Grey #9EACAC

Color information

#9EACAC (or 0x9EACAC) is unknown color: approx Hit Grey. HEX triplet: 9E, AC and AC. RGB value is (158,172,172). Sum of RGB (Red+Green+Blue) = 158+172+172=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #9EACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EACAC is #615353. Grayscale: #A7A7A7. Windows color (decimal): -6378324 or 11316382. OLE color: 11316382.

HSL color Cylindrical-coordinate representation of color #9EACAC: hue angle of 180º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9EACAC is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB158172172-
CMYK0.08000.33
HSL180º7.78%64.71%-
HSV(B)180º8.14%67.45%-
XYZ36.339.7544.79-
YUV167.81130.36121-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.47%
GREEN value IS 172 (67.58% from 255) = 34.26%
BLUE value IS 172 (67.58% from 255) = 34.26%
R=31.47%
G=34.26%
B=34.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581721720.08000.331807.7864.71
Hex9EACAC80021b4841
Octal23625425410004126410101
Binary1001111010101100101011001000001000011011010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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