Html Css Color HEX #8FAC9F Tower Grey

📋 copy color: '#8FAC9F'

red 143 ◦ green 172 ◦ blue 159

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

Shades of Tower Grey #8FAC9F

Tints of Tower Grey #8FAC9F

RGB

 RED value IS 143 (56.25% from 255) = 30.17%

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

 BLUE value IS 159 (62.5% from 255) = 33.54%

R = 30.17%
G = 36.29%
B = 33.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#8FAC9F (or 0x8FAC9F) is known color: Tower Grey. HEX triplet: 8F, AC and 9F. RGB value is (143,172,159). Sum of RGB (Red+Green+Blue) = 143+172+159=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAC9F is #705360. Grayscale: #A1A1A1. Windows color (decimal): -7361377 or 10464399. OLE color: 10464399.

HSL color Cylindrical-coordinate representation of color #8FAC9F: hue angle of 153.1º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8FAC9F is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 172 159 -
CMYK 0.17 0 0.08 0.33
HSL 153.1º 0.15% 0.62% -
HSV(B) 153.1º 0.17% 0.67% -
XYZ 32.34 37.85 38.4 -
YUV 161.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 143 172 159 0.17 0 0.08 0.33 153.1 0.15 0.62
Hex 8F AC 9F 11 0 8 21 99 F 3E
Octal 217 254 237 21 0 10 41 231 17 76
Binary 10001111 10101100 10011111 10001 0 1000 100001 10011001 1111 111110

Color Harmonies of #8FAC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAC9F

Black with #8FAC9F

Text Example


Text Example

White with #8FAC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FAC9F; }

 p { color: rgb(143,172,159); }

 H1.HeaderClassName
 {
   color: #8FAC9F;
 }
 .AnyTagClassName
 {
   color: #8FAC9F;
 }
</style>

background-color css

<style>
 a { background-color: #8FAC9F; }

 a { background-color: rgb(143,172,159); }

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

border-color css

<style>
 span { border-color: #8FAC9F; }

 span { border-color: rgb(143,172,159); }

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