#8E9C9B

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

Shades of Submarine #8E9C9B

Tints of Submarine #8E9C9B

Color information

#8E9C9B (or 0x8E9C9B) is unknown color: approx Submarine. HEX triplet: 8E, 9C and 9B. RGB value is (142,156,155). Sum of RGB (Red+Green+Blue) = 142+156+155=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 156 - color contains mainly: green. Hex color #8E9C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9C9B is #716364. Grayscale: #979797. Windows color (decimal): -7431013 or 10198158. OLE color: 10198158.

HSL color Cylindrical-coordinate representation of color #8E9C9B: hue angle of 175.71º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8E9C9B is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB142156155-
CMYK0.0900.010.39
HSL175.71º6.6%58.43%-
HSV(B)175.71º8.97%61.18%-
XYZ28.9631.8935.64-
YUV151.7129.86121.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.35%
GREEN value IS 156 (61.33% from 255) = 34.44%
BLUE value IS 155 (60.94% from 255) = 34.22%
R=31.35%
G=34.44%
B=34.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421561550.0900.010.39175.716.658.43
Hex8E9C9B90127b073a
Octal216234233110147260772
Binary10001110100111001001101110010110011110110000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,156,155); }

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

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

 a { background-color: rgb(142,156,155); }

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

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

 span { border-color: rgb(142,156,155); }

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