#889F9C

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

Shades of Submarine #889F9C

Tints of Submarine #889F9C

Color information

#889F9C (or 0x889F9C) is unknown color: approx Submarine. HEX triplet: 88, 9F and 9C. RGB value is (136,159,156). Sum of RGB (Red+Green+Blue) = 136+159+156=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 159 - color contains mainly: green. Hex color #889F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889F9C is #776063. Grayscale: #979797. Windows color (decimal): -7823460 or 10264456. OLE color: 10264456.

HSL color Cylindrical-coordinate representation of color #889F9C: hue angle of 172.17º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #889F9C is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB136159156-
CMYK0.1400.020.38
HSL172.17º10.7%57.84%-
HSV(B)172.17º14.47%62.35%-
XYZ28.5532.4336.21-
YUV151.78130.38116.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.16%
GREEN value IS 159 (62.5% from 255) = 35.25%
BLUE value IS 156 (61.33% from 255) = 34.59%
R=30.16%
G=35.25%
B=34.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361591560.1400.020.38172.1710.757.84
Hex889F9CE0226acb3a
Octal2102372341602462541372
Binary1000100010011111100111001110010100110101011001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889F9C; }

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

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

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

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

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

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

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

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