#8F9A98

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

Shades of Submarine #8F9A98

Tints of Submarine #8F9A98

Color information

#8F9A98 (or 0x8F9A98) is unknown color: approx Submarine. HEX triplet: 8F, 9A and 98. RGB value is (143,154,152). Sum of RGB (Red+Green+Blue) = 143+154+152=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 154 - color contains mainly: green. Hex color #8F9A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9A98 is #706567. Grayscale: #969696. Windows color (decimal): -7365992 or 10001039. OLE color: 10001039.

HSL color Cylindrical-coordinate representation of color #8F9A98: hue angle of 169.09º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8F9A98 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB143154152-
CMYK0.0700.010.40
HSL169.09º5.16%58.24%-
HSV(B)169.09º7.14%60.39%-
XYZ28.5531.2234.23-
YUV150.48128.86122.66-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.85%
GREEN value IS 154 (60.55% from 255) = 34.30%
BLUE value IS 152 (59.77% from 255) = 33.85%
R=31.85%
G=34.30%
B=33.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1431541520.0700.010.40169.095.1658.24
Hex8F9A9870128a953a
Octal21723223070150251572
Binary1000111110011010100110001110110100010101001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,154,152); }

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

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

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

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

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

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

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