#889A9A

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

Shades of Submarine #889A9A

Tints of Submarine #889A9A

Color information

#889A9A (or 0x889A9A) is unknown color: approx Submarine. HEX triplet: 88, 9A and 9A. RGB value is (136,154,154). Sum of RGB (Red+Green+Blue) = 136+154+154=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 154 - color contains mainly: green, blue. Hex color #889A9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889A9A is #776565. Grayscale: #949494. Windows color (decimal): -7824742 or 10132104. OLE color: 10132104.

HSL color Cylindrical-coordinate representation of color #889A9A: hue angle of 180º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #889A9A is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB136154154-
CMYK0.12000.40
HSL180º8.18%56.86%-
HSV(B)180º11.69%60.39%-
XYZ27.5430.6835.04-
YUV148.62131.04119-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.63%
GREEN value IS 154 (60.55% from 255) = 34.68%
BLUE value IS 154 (60.55% from 255) = 34.68%
R=30.63%
G=34.68%
B=34.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1361541540.12000.401808.1856.86
Hex889A9AC0028b4839
Octal2102322321400502641071
Binary100010001001101010011010110000101000101101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,154,154); }

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

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

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

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

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

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

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