#8F9493

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

Shades of Submarine #8F9493

Tints of Submarine #8F9493

Color information

#8F9493 (or 0x8F9493) is unknown color: approx Submarine. HEX triplet: 8F, 94 and 93. RGB value is (143,148,147). Sum of RGB (Red+Green+Blue) = 143+148+147=438 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.65% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9493 is #706B6C. Grayscale: #929292. Windows color (decimal): -7367533 or 9671823. OLE color: 9671823.

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

Color convert

RGB143148147-
CMYK0.0300.010.42
HSL168º2.28%57.06%-
HSV(B)168º3.38%58.04%-
XYZ27.1829.1331.79-
YUV146.39128.34125.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.65%
GREEN value IS 148 (58.20% from 255) = 33.79%
BLUE value IS 147 (57.81% from 255) = 33.56%
R=32.65%
G=33.79%
B=33.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431481470.0300.010.421682.2857.06
Hex8F94933012Aa8239
Octal21722422330152250271
Binary10001111100101001001001111011010101010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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