#9EABAB

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

Shades of Hit Grey #9EABAB

Tints of Hit Grey #9EABAB

Color information

#9EABAB (or 0x9EABAB) is unknown color: approx Hit Grey. HEX triplet: 9E, AB and AB. RGB value is (158,171,171). Sum of RGB (Red+Green+Blue) = 158+171+171=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #9EABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EABAB is #615454. Grayscale: #A7A7A7. Windows color (decimal): -6378581 or 11250590. OLE color: 11250590.

HSL color Cylindrical-coordinate representation of color #9EABAB: hue angle of 180º degrees, saturation: 0.07, 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 #9EABAB is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB158171171-
CMYK0.08000.33
HSL180º7.18%64.51%-
HSV(B)180º7.6%67.06%-
XYZ36.0139.3444.22-
YUV167.11130.19121.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.6%
GREEN value IS 171 (67.19% from 255) = 34.2%
BLUE value IS 171 (67.19% from 255) = 34.2%
R=31.6%
G=34.2%
B=34.2%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581711710.08000.331807.1864.51
Hex9EABAB80021b4741
Octal2362532531000412647101
Binary100111101010101110101011100000100001101101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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