#8FABA9

Color #8FABA9 Hit Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Grey #8FABA9

Tints of Hit Grey #8FABA9

Color information

#8FABA9 (or 0x8FABA9) is unknown color: approx Hit Grey. HEX triplet: 8F, AB and A9. RGB value is (143,171,169). Sum of RGB (Red+Green+Blue) = 143+171+169=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 171 - color contains mainly: green. Hex color #8FABA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FABA9 is #705456. Grayscale: #A2A2A2. Windows color (decimal): -7361623 or 11119503. OLE color: 11119503.

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

Color convert

RGB143171169-
CMYK0.1600.010.33
HSL175.71º14.29%61.57%-
HSV(B)175.71º16.37%67.06%-
XYZ33.0537.8343.1-
YUV162.4131.72114.16-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.61%
GREEN value IS 171 (67.19% from 255) = 35.40%
BLUE value IS 169 (66.41% from 255) = 34.99%
R=29.61%
G=35.40%
B=34.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431711690.1600.010.33175.7114.2961.57
Hex8FABA9100121b0e3e
Octal2172532512001412601676
Binary1000111110101011101010011000001100001101100001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,171,169); }

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

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

 a { background-color: rgb(143,171,169); }

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

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

 span { border-color: rgb(143,171,169); }

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