#8FB4A3

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

Shades of Tower Grey #8FB4A3

Tints of Tower Grey #8FB4A3

Color information

#8FB4A3 (or 0x8FB4A3) is unknown color: approx Tower Grey. HEX triplet: 8F, B4 and A3. RGB value is (143,180,163). Sum of RGB (Red+Green+Blue) = 143+180+163=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB4A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB4A3 is #704B5C. Grayscale: #A7A7A7. Windows color (decimal): -7359325 or 10728591. OLE color: 10728591.

HSL color Cylindrical-coordinate representation of color #8FB4A3: hue angle of 152.43º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8FB4A3 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB143180163-
CMYK0.2100.090.29
HSL152.43º19.79%63.33%-
HSV(B)152.43º20.56%70.59%-
XYZ34.2641.1340.78-
YUV167125.74110.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.42%
GREEN value IS 180 (70.70% from 255) = 37.04%
BLUE value IS 163 (64.06% from 255) = 33.54%
R=29.42%
G=37.04%
B=33.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1431801630.2100.090.29152.4319.7963.33
Hex8FB4A315091D98143f
Octal21726424325011352302477
Binary1000111110110100101000111010101001111011001100010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,180,163); }

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

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

 a { background-color: rgb(143,180,163); }

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

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

 span { border-color: rgb(143,180,163); }

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