#8C9C99

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

Shades of Submarine #8C9C99

Tints of Submarine #8C9C99

Color information

#8C9C99 (or 0x8C9C99) is unknown color: approx Submarine. HEX triplet: 8C, 9C and 99. RGB value is (140,156,153). Sum of RGB (Red+Green+Blue) = 140+156+153=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 156 - color contains mainly: green. Hex color #8C9C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9C99 is #736366. Grayscale: #969696. Windows color (decimal): -7562087 or 10067084. OLE color: 10067084.

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

Color convert

RGB140156153-
CMYK0.1000.020.39
HSL168.75º7.48%58.04%-
HSV(B)168.75º10.26%61.18%-
XYZ28.4531.6534.75-
YUV150.87129.2120.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.18%
GREEN value IS 156 (61.33% from 255) = 34.74%
BLUE value IS 153 (60.16% from 255) = 34.08%
R=31.18%
G=34.74%
B=34.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1401561530.1000.020.39168.757.4858.04
Hex8C9C99A0227a973a
Octal214234231120247251772
Binary100011001001110010011001101001010011110101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,156,153); }

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

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

 a { background-color: rgb(140,156,153); }

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

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

 span { border-color: rgb(140,156,153); }

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