#869B9A

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

Shades of Submarine #869B9A

Tints of Submarine #869B9A

Color information

#869B9A (or 0x869B9A) is unknown color: approx Submarine. HEX triplet: 86, 9B and 9A. RGB value is (134,155,154). Sum of RGB (Red+Green+Blue) = 134+155+154=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 155 - color contains mainly: green. Hex color #869B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869B9A is #796465. Grayscale: #949494. Windows color (decimal): -7955558 or 10132358. OLE color: 10132358.

HSL color Cylindrical-coordinate representation of color #869B9A: hue angle of 177.14º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #869B9A is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB134155154-
CMYK0.1400.010.39
HSL177.14º9.5%56.67%-
HSV(B)177.14º13.55%60.78%-
XYZ27.3930.8435.08-
YUV148.61131.04117.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.25%
GREEN value IS 155 (60.94% from 255) = 34.99%
BLUE value IS 154 (60.55% from 255) = 34.76%
R=30.25%
G=34.99%
B=34.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341551540.1400.010.39177.149.556.67
Hex869B9AE0127b1a39
Octal2062332321601472611271
Binary100001101001101110011010111001100111101100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869B9A; }

 p { color: rgb(134,155,154); }

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

<style>
 a { background-color: #869B9A; }

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

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

<style>
 span { border-color: #869B9A; }

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

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