#8A9C99

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

Shades of Submarine #8A9C99

Tints of Submarine #8A9C99

Color information

#8A9C99 (or 0x8A9C99) is unknown color: approx Submarine. HEX triplet: 8A, 9C and 99. RGB value is (138,156,153). Sum of RGB (Red+Green+Blue) = 138+156+153=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 156 - color contains mainly: green. Hex color #8A9C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9C99 is #756366. Grayscale: #969696. Windows color (decimal): -7693159 or 10067082. OLE color: 10067082.

HSL color Cylindrical-coordinate representation of color #8A9C99: hue angle of 170º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A9C99 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB138156153-
CMYK0.1200.020.39
HSL170º8.33%57.65%-
HSV(B)170º11.54%61.18%-
XYZ28.1231.4834.73-
YUV150.28129.54119.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.87%
GREEN value IS 156 (61.33% from 255) = 34.90%
BLUE value IS 153 (60.16% from 255) = 34.23%
R=30.87%
G=34.90%
B=34.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381561530.1200.020.391708.3357.65
Hex8A9C99C0227aa83a
Octal2122342311402472521072
Binary1000101010011100100110011100010100111101010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A9C99; }

 p { color: rgb(138,156,153); }

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

<style>
 a { background-color: #8A9C99; }

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

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

<style>
 span { border-color: #8A9C99; }

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

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