#8B9699

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

Shades of Submarine #8B9699

Tints of Submarine #8B9699

Color information

#8B9699 (or 0x8B9699) is unknown color: approx Submarine. HEX triplet: 8B, 96 and 99. RGB value is (139,150,153). Sum of RGB (Red+Green+Blue) = 139+150+153=442 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.45% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B9699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9699 is #746966. Grayscale: #939393. Windows color (decimal): -7629159 or 10065547. OLE color: 10065547.

HSL color Cylindrical-coordinate representation of color #8B9699: hue angle of 192.86º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B9699 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB139150153-
CMYK0.090.0200.4
HSL192.86º6.42%57.25%-
HSV(B)192.86º9.15%60%-
XYZ27.329.634.41-
YUV147.05131.36122.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.45%
GREEN value IS 150 (58.98% from 255) = 33.94%
BLUE value IS 153 (60.16% from 255) = 34.62%
R=31.45%
G=33.94%
B=34.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1391501530.090.0200.4192.866.4257.25
Hex8B969992028c1639
Octal213226231112050301671
Binary100010111001011010011001100110010100011000001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,150,153); }

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

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

 a { background-color: rgb(139,150,153); }

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

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

 span { border-color: rgb(139,150,153); }

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