#939998

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

Shades of Submarine #939998

Tints of Submarine #939998

Color information

#939998 (or 0x939998) is unknown color: approx Submarine. HEX triplet: 93, 99 and 98. RGB value is (147,153,152). Sum of RGB (Red+Green+Blue) = 147+153+152=452 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.52% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 153 - color contains mainly: green. Hex color #939998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939998 is #6C6667. Grayscale: #979797. Windows color (decimal): -7104104 or 10000787. OLE color: 10000787.

HSL color Cylindrical-coordinate representation of color #939998: hue angle of 170º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #939998 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB147153152-
CMYK0.0400.010.4
HSL170º2.86%58.82%-
HSV(B)170º3.92%60%-
XYZ29.0931.2534.2-
YUV151.09128.51125.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.52%
GREEN value IS 153 (60.16% from 255) = 33.85%
BLUE value IS 152 (59.77% from 255) = 33.63%
R=32.52%
G=33.85%
B=33.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1471531520.0400.010.41702.8658.82
Hex93999840128aa33b
Octal22323123040150252373
Binary100100111001100110011000100011010001010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939998; }

 p { color: rgb(147,153,152); }

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

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

 a { background-color: rgb(147,153,152); }

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

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

 span { border-color: rgb(147,153,152); }

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