#999F9F

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

Shades of Submarine #999F9F

Tints of Submarine #999F9F

Color information

#999F9F (or 0x999F9F) is unknown color: approx Submarine. HEX triplet: 99, 9F and 9F. RGB value is (153,159,159). Sum of RGB (Red+Green+Blue) = 153+159+159=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 159 - color contains mainly: green, blue. Hex color #999F9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999F9F is #666060. Grayscale: #9D9D9D. Windows color (decimal): -6709345 or 10461081. OLE color: 10461081.

HSL color Cylindrical-coordinate representation of color #999F9F: hue angle of 180º degrees, saturation: 0.03, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #999F9F is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB153159159-
CMYK0.04000.38
HSL180º3.03%61.18%-
HSV(B)180º3.77%62.35%-
XYZ31.7934.0737.7-
YUV157.21129.01125-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 159 (62.5% from 255) = 33.76%
BLUE value IS 159 (62.5% from 255) = 33.76%
R=32.48%
G=33.76%
B=33.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531591590.04000.381803.0361.18
Hex999F9F40026b433d
Octal23123723740046264375
Binary100110011001111110011111100001001101011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999F9F; }

 p { color: rgb(153,159,159); }

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

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

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

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

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

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

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