#89A4A1

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

Shades of Submarine #89A4A1

Tints of Submarine #89A4A1

Color information

#89A4A1 (or 0x89A4A1) is unknown color: approx Submarine. HEX triplet: 89, A4 and A1. RGB value is (137,164,161). Sum of RGB (Red+Green+Blue) = 137+164+161=462 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.65% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 164 - color contains mainly: green. Hex color #89A4A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A4A1 is #765B5E. Grayscale: #9B9B9B. Windows color (decimal): -7756639 or 10593417. OLE color: 10593417.

HSL color Cylindrical-coordinate representation of color #89A4A1: hue angle of 173.33º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89A4A1 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB137164161-
CMYK0.1600.020.36
HSL173.33º12.92%59.02%-
HSV(B)173.33º16.46%64.31%-
XYZ30.0334.4438.78-
YUV155.58131.05114.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.65%
GREEN value IS 164 (64.45% from 255) = 35.50%
BLUE value IS 161 (63.28% from 255) = 34.85%
R=29.65%
G=35.50%
B=34.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1371641610.1600.020.36173.3312.9259.02
Hex89A4A1100224add3b
Octal2112442412002442551573
Binary10001001101001001010000110000010100100101011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89A4A1; }

 p { color: rgb(137,164,161); }

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

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

 a { background-color: rgb(137,164,161); }

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

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

 span { border-color: rgb(137,164,161); }

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