#9EA8AC

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

Shades of Gull Grey #9EA8AC

Tints of Gull Grey #9EA8AC

Color information

#9EA8AC (or 0x9EA8AC) is unknown color: approx Gull Grey. HEX triplet: 9E, A8 and AC. RGB value is (158,168,172). Sum of RGB (Red+Green+Blue) = 158+168+172=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 172 - color contains mainly: blue. Hex color #9EA8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA8AC is #615753. Grayscale: #A5A5A5. Windows color (decimal): -6379348 or 11315358. OLE color: 11315358.

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

Color convert

RGB158168172-
CMYK0.080.0200.33
HSL197.14º7.78%64.71%-
HSV(B)197.14º8.14%67.45%-
XYZ35.5538.2544.54-
YUV165.47131.69122.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.73%
GREEN value IS 168 (66.02% from 255) = 33.73%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=31.73%
G=33.73%
B=34.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581681720.080.0200.33197.147.7864.71
Hex9EA8AC82021c5841
Octal23625025410204130510101
Binary10011110101010001010110010001001000011100010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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