#8E9493

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

Shades of Submarine #8E9493

Tints of Submarine #8E9493

Color information

#8E9493 (or 0x8E9493) is unknown color: approx Submarine. HEX triplet: 8E, 94 and 93. RGB value is (142,148,147). Sum of RGB (Red+Green+Blue) = 142+148+147=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9493 is #716B6C. Grayscale: #929292. Windows color (decimal): -7433069 or 9671822. OLE color: 9671822.

HSL color Cylindrical-coordinate representation of color #8E9493: hue angle of 170º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8E9493 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB142148147-
CMYK0.0400.010.42
HSL170º2.73%56.86%-
HSV(B)170º4.05%58.04%-
XYZ27.0129.0431.78-
YUV146.09128.51125.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.49%
GREEN value IS 148 (58.20% from 255) = 33.87%
BLUE value IS 147 (57.81% from 255) = 33.64%
R=32.49%
G=33.87%
B=33.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421481470.0400.010.421702.7356.86
Hex8E94934012Aaa339
Octal21622422340152252371
Binary100011101001010010010011100011010101010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,148,147); }

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

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

 a { background-color: rgb(142,148,147); }

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

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

 span { border-color: rgb(142,148,147); }

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