Html Css Color HEX #9EACA6 Tower Grey

📋 copy color: '#9EACA6'

red 158 ◦ green 172 ◦ blue 166

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

Shades of Tower Grey #9EACA6

Tints of Tower Grey #9EACA6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.68%

 BLUE value IS 166 (65.23% from 255) = 33.47%

R = 31.85%
G = 34.68%
B = 33.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#9EACA6 (or 0x9EACA6) is known color: Tower Grey. HEX triplet: 9E, AC and A6. RGB value is (158,172,166). Sum of RGB (Red+Green+Blue) = 158+172+166=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 172 - color contains mainly: green. Hex color #9EACA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EACA6 is #615359. Grayscale: #A7A7A7. Windows color (decimal): -6378330 or 10923166. OLE color: 10923166.

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

Color convert

RGB 158 172 166 -
CMYK 0.08 0 0.03 0.33
HSL 154.29º 0.08% 0.65% -
HSV(B) 154.29º 0.08% 0.67% -
XYZ 35.74 39.53 41.82 -
YUV 167.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 158 172 166 0.08 0 0.03 0.33 154.29 0.08 0.65
Hex 9E AC A6 8 0 3 21 9A 8 41
Octal 236 254 246 10 0 3 41 232 10 101
Binary 10011110 10101100 10100110 1000 0 11 100001 10011010 1000 1000001

Color Harmonies of #9EACA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EACA6

Black with #9EACA6

Text Example


Text Example

White with #9EACA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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