#9EADAB

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

Shades of Hit Grey #9EADAB

Tints of Hit Grey #9EADAB

Color information

#9EADAB (or 0x9EADAB) is unknown color: approx Hit Grey. HEX triplet: 9E, AD and AB. RGB value is (158,173,171). Sum of RGB (Red+Green+Blue) = 158+173+171=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 173 - color contains mainly: green. Hex color #9EADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EADAB is #615254. Grayscale: #A8A8A8. Windows color (decimal): -6378069 or 11251102. OLE color: 11251102.

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

Color convert

RGB158173171-
CMYK0.0900.010.32
HSL172º8.38%64.9%-
HSV(B)172º8.67%67.84%-
XYZ36.3940.144.35-
YUV168.29129.53120.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.47%
GREEN value IS 173 (67.97% from 255) = 34.46%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=31.47%
G=34.46%
B=34.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581731710.0900.010.321728.3864.9
Hex9EADAB90120ac841
Octal23625525311014025410101
Binary1001111010101101101010111001011000001010110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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