#8C999C

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

Shades of Submarine #8C999C

Tints of Submarine #8C999C

Color information

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

HSL color Cylindrical-coordinate representation of color #8C999C: hue angle of 191.25º 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 #8C999C is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB140153156-
CMYK0.100.0200.39
HSL191.25º7.48%58.04%-
HSV(B)191.25º10.26%61.18%-
XYZ28.2130.7635.9-
YUV149.45131.69121.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1401531560.100.0200.39191.257.4858.04
Hex8C999CA2027bf73a
Octal214231234122047277772
Binary100011001001100110011100101010010011110111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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