#9EAFA8

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

Shades of Tower Grey #9EAFA8

Tints of Tower Grey #9EAFA8

Color information

#9EAFA8 (or 0x9EAFA8) is unknown color: approx Tower Grey. HEX triplet: 9E, AF and A8. RGB value is (158,175,168). Sum of RGB (Red+Green+Blue) = 158+175+168=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAFA8 is #615057. Grayscale: #A9A9A9. Windows color (decimal): -6377560 or 11055006. OLE color: 11055006.

HSL color Cylindrical-coordinate representation of color #9EAFA8: hue angle of 155.29º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9EAFA8 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB158175168-
CMYK0.1000.040.31
HSL155.29º9.6%65.29%-
HSV(B)155.29º9.71%68.63%-
XYZ36.540.7642.99-
YUV169.12127.37120.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.54%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 168 (66.02% from 255) = 33.53%
R=31.54%
G=34.93%
B=33.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581751680.1000.040.31155.299.665.29
Hex9EAFA8A041F9ba41
Octal23625725012043723312101
Binary10011110101011111010100010100100111111001101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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