Html Css Color HEX #8FAD9F Tower Grey

📋 copy color: '#8FAD9F'

red 143 ◦ green 173 ◦ blue 159

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

Shades of Tower Grey #8FAD9F

Tints of Tower Grey #8FAD9F

RGB

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

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

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

R = 30.11%
G = 36.42%
B = 33.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#8FAD9F (or 0x8FAD9F) is known color: Tower Grey. HEX triplet: 8F, AD and 9F. RGB value is (143,173,159). Sum of RGB (Red+Green+Blue) = 143+173+159=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAD9F is #705260. Grayscale: #A2A2A2. Windows color (decimal): -7361121 or 10464655. OLE color: 10464655.

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

Color convert

RGB 143 173 159 -
CMYK 0.17 0 0.08 0.32
HSL 152º 0.15% 0.62% -
HSV(B) 152º 0.17% 0.68% -
XYZ 32.53 38.23 38.47 -
YUV 162.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 143 173 159 0.17 0 0.08 0.32 152 0.15 0.62
Hex 8F AD 9F 11 0 8 20 98 F 3E
Octal 217 255 237 21 0 10 40 230 17 76
Binary 10001111 10101101 10011111 10001 0 1000 100000 10011000 1111 111110

Color Harmonies of #8FAD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAD9F

Black with #8FAD9F

Text Example


Text Example

White with #8FAD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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