#8FA3A1

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

Shades of Submarine #8FA3A1

Tints of Submarine #8FA3A1

Color information

#8FA3A1 (or 0x8FA3A1) is unknown color: approx Submarine. HEX triplet: 8F, A3 and A1. RGB value is (143,163,161). Sum of RGB (Red+Green+Blue) = 143+163+161=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA3A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA3A1 is #705C5E. Grayscale: #9C9C9C. Windows color (decimal): -7363679 or 10593167. OLE color: 10593167.

HSL color Cylindrical-coordinate representation of color #8FA3A1: hue angle of 174º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8FA3A1 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB143163161-
CMYK0.1200.010.36
HSL174º9.8%60%-
HSV(B)174º12.27%63.92%-
XYZ30.8634.6138.77-
YUV156.79130.37118.16-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.62%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 161 (63.28% from 255) = 34.48%
R=30.62%
G=34.90%
B=34.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431631610.1200.010.361749.860
Hex8FA3A1C0124aea3c
Octal2172432411401442561274
Binary100011111010001110100001110001100100101011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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