#839D9C

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

Shades of Submarine #839D9C

Tints of Submarine #839D9C

Color information

#839D9C (or 0x839D9C) is unknown color: approx Submarine. HEX triplet: 83, 9D and 9C. RGB value is (131,157,156). Sum of RGB (Red+Green+Blue) = 131+157+156=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 157 - color contains mainly: green. Hex color #839D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839D9C is #7C6263. Grayscale: #959595. Windows color (decimal): -8151652 or 10263939. OLE color: 10263939.

HSL color Cylindrical-coordinate representation of color #839D9C: hue angle of 177.69º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #839D9C is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB131157156-
CMYK0.1700.010.38
HSL177.69º11.71%56.47%-
HSV(B)177.69º16.56%61.57%-
XYZ27.4231.3436.06-
YUV149.11131.89115.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.50%
GREEN value IS 157 (61.72% from 255) = 35.36%
BLUE value IS 156 (61.33% from 255) = 35.14%
R=29.50%
G=35.36%
B=35.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311571560.1700.010.38177.6911.7156.47
Hex839D9C110126b2c38
Octal2032352342101462621470
Binary1000001110011101100111001000101100110101100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,157,156); }

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

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

 a { background-color: rgb(131,157,156); }

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

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

 span { border-color: rgb(131,157,156); }

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