Html Css Color HEX #9EADA8 Tower Grey

📋 copy color: '#9EADA8'

red 158 ◦ green 173 ◦ blue 168

#9EADA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tower Grey #9EADA8

Tints of Tower Grey #9EADA8

RGB

 RED value IS 158 (62.11% from 255) = 31.66%

 GREEN value IS 173 (67.97% from 255) = 34.67%

 BLUE value IS 168 (66.02% from 255) = 33.67%

R = 31.66%
G = 34.67%
B = 33.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#9EADA8 (or 0x9EADA8) is known color: Tower Grey. HEX triplet: 9E, AD and A8. RGB value is (158,173,168). Sum of RGB (Red+Green+Blue) = 158+173+168=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 173 - color contains mainly: green. Hex color #9EADA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EADA8 is #615257. Grayscale: #A7A7A7. Windows color (decimal): -6378072 or 11054494. OLE color: 11054494.

HSL color Cylindrical-coordinate representation of color #9EADA8: hue angle of 160º 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 #9EADA8 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 173 168 -
CMYK 0.09 0 0.03 0.32
HSL 160º 0.08% 0.65% -
HSV(B) 160º 0.09% 0.68% -
XYZ 36.11 39.98 42.86 -
YUV 167.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 158 173 168 0.09 0 0.03 0.32 160 0.08 0.65
Hex 9E AD A8 9 0 3 20 A0 8 41
Octal 236 255 250 11 0 3 40 240 10 101
Binary 10011110 10101101 10101000 1001 0 11 100000 10100000 1000 1000001

Color Harmonies of #9EADA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EADA8

Black with #9EADA8

Text Example


Text Example

White with #9EADA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EADA8;
 }
 .AnyTagClassName
 {
   color: #9EADA8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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