#88999B

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

Shades of Submarine #88999B

Tints of Submarine #88999B

Color information

#88999B (or 0x88999B) is unknown color: approx Submarine. HEX triplet: 88, 99 and 9B. RGB value is (136,153,155). Sum of RGB (Red+Green+Blue) = 136+153+155=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 155 - color contains mainly: blue. Hex color #88999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88999B is #776664. Grayscale: #949494. Windows color (decimal): -7824997 or 10197384. OLE color: 10197384.

HSL color Cylindrical-coordinate representation of color #88999B: hue angle of 186.32º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #88999B is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB136153155-
CMYK0.120.0100.39
HSL186.32º8.68%57.06%-
HSV(B)186.32º12.26%60.78%-
XYZ27.4630.3835.43-
YUV148.14131.87119.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.63%
GREEN value IS 153 (60.16% from 255) = 34.46%
BLUE value IS 155 (60.94% from 255) = 34.91%
R=30.63%
G=34.46%
B=34.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361531550.120.0100.39186.328.6857.06
Hex88999BC1027ba939
Octal2102312331410472721171
Binary100010001001100110011011110010100111101110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88999B; }

 p { color: rgb(136,153,155); }

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

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

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

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

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

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

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