#8FA2A4

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

Shades of Submarine #8FA2A4

Tints of Submarine #8FA2A4

Color information

#8FA2A4 (or 0x8FA2A4) is unknown color: approx Submarine. HEX triplet: 8F, A2 and A4. RGB value is (143,162,164). Sum of RGB (Red+Green+Blue) = 143+162+164=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 164 - color contains mainly: blue. Hex color #8FA2A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA2A4 is #705D5B. Grayscale: #9C9C9C. Windows color (decimal): -7363932 or 10789519. OLE color: 10789519.

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

Color convert

RGB143162164-
CMYK0.130.0100.36
HSL185.71º10.34%60.2%-
HSV(B)185.71º12.8%64.31%-
XYZ30.9534.3640.12-
YUV156.55132.21118.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.49%
GREEN value IS 162 (63.67% from 255) = 34.54%
BLUE value IS 164 (64.45% from 255) = 34.97%
R=30.49%
G=34.54%
B=34.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431621640.130.0100.36185.7110.3460.2
Hex8FA2A4D1024baa3c
Octal2172422441510442721274
Binary100011111010001010100100110110100100101110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,162,164); }

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

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

 a { background-color: rgb(143,162,164); }

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

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

 span { border-color: rgb(143,162,164); }

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