#839B97

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

Shades of Submarine #839B97

Tints of Submarine #839B97

Color information

#839B97 (or 0x839B97) is unknown color: approx Submarine. HEX triplet: 83, 9B and 97. RGB value is (131,155,151). Sum of RGB (Red+Green+Blue) = 131+155+151=437 (57% of max value = 765). Red value is 131 (51.56% from 255 or 29.98% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 155 - color contains mainly: green. Hex color #839B97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839B97 is #7C6468. Grayscale: #939393. Windows color (decimal): -8152169 or 9935747. OLE color: 9935747.

HSL color Cylindrical-coordinate representation of color #839B97: hue angle of 170º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #839B97 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB131155151-
CMYK0.1500.030.39
HSL170º10.71%56.08%-
HSV(B)170º15.48%60.78%-
XYZ26.6730.533.76-
YUV147.37130.05116.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.98%
GREEN value IS 155 (60.94% from 255) = 35.47%
BLUE value IS 151 (59.38% from 255) = 34.55%
R=29.98%
G=35.47%
B=34.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311551510.1500.030.3917010.7156.08
Hex839B97F0327aab38
Octal2032332271703472521370
Binary1000001110011011100101111111011100111101010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839B97; }

 p { color: rgb(131,155,151); }

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

<style>
 a { background-color: #839B97; }

 a { background-color: rgb(131,155,151); }

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

<style>
 span { border-color: #839B97; }

 span { border-color: rgb(131,155,151); }

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