#8C9F9C

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

Shades of Submarine #8C9F9C

Tints of Submarine #8C9F9C

Color information

#8C9F9C (or 0x8C9F9C) is unknown color: approx Submarine. HEX triplet: 8C, 9F and 9C. RGB value is (140,159,156). Sum of RGB (Red+Green+Blue) = 140+159+156=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9F9C is #736063. Grayscale: #989898. Windows color (decimal): -7561316 or 10264460. OLE color: 10264460.

HSL color Cylindrical-coordinate representation of color #8C9F9C: hue angle of 170.53º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8C9F9C is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB140159156-
CMYK0.1200.020.38
HSL170.53º9%58.63%-
HSV(B)170.53º11.95%62.35%-
XYZ29.2132.7736.24-
YUV152.98129.71118.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.77%
GREEN value IS 159 (62.5% from 255) = 34.95%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=30.77%
G=34.95%
B=34.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1401591560.1200.020.38170.53958.63
Hex8C9F9CC0226ab93b
Octal2142372341402462531173
Binary1000110010011111100111001100010100110101010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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