#8A9596

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

Shades of Submarine #8A9596

Tints of Submarine #8A9596

Color information

#8A9596 (or 0x8A9596) is unknown color: approx Submarine. HEX triplet: 8A, 95 and 96. RGB value is (138,149,150). Sum of RGB (Red+Green+Blue) = 138+149+150=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 150 - color contains mainly: blue. Hex color #8A9596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9596 is #756A69. Grayscale: #919191. Windows color (decimal): -7694954 or 9868682. OLE color: 9868682.

HSL color Cylindrical-coordinate representation of color #8A9596: hue angle of 185º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8A9596 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB138149150-
CMYK0.080.0100.41
HSL185º5.41%56.47%-
HSV(B)185º8%58.82%-
XYZ26.7329.133.06-
YUV145.82130.36122.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.58%
GREEN value IS 149 (58.59% from 255) = 34.10%
BLUE value IS 150 (58.98% from 255) = 34.32%
R=31.58%
G=34.10%
B=34.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1381491500.080.0100.411855.4156.47
Hex8A959681029b9538
Octal212225226101051271570
Binary10001010100101011001011010001010100110111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,149,150); }

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

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

 a { background-color: rgb(138,149,150); }

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

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

 span { border-color: rgb(138,149,150); }

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