#86A6A4

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

Shades of Submarine #86A6A4

Tints of Submarine #86A6A4

Color information

#86A6A4 (or 0x86A6A4) is unknown color: approx Submarine. HEX triplet: 86, A6 and A4. RGB value is (134,166,164). Sum of RGB (Red+Green+Blue) = 134+166+164=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 166 - color contains mainly: green. Hex color #86A6A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A6A4 is #79595B. Grayscale: #9C9C9C. Windows color (decimal): -7952732 or 10790534. OLE color: 10790534.

HSL color Cylindrical-coordinate representation of color #86A6A4: hue angle of 176.25º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86A6A4 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB134166164-
CMYK0.1900.010.35
HSL176.25º15.24%58.82%-
HSV(B)176.25º19.28%65.1%-
XYZ30.1735.0240.29-
YUV156.2132.4112.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.88%
GREEN value IS 166 (65.23% from 255) = 35.78%
BLUE value IS 164 (64.45% from 255) = 35.34%
R=28.88%
G=35.78%
B=35.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1341661640.1900.010.35176.2515.2458.82
Hex86A6A4130123b0f3b
Octal2062462442301432601773
Binary1000011010100110101001001001101100011101100001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86A6A4; }

 p { color: rgb(134,166,164); }

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

<style>
 a { background-color: #86A6A4; }

 a { background-color: rgb(134,166,164); }

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

<style>
 span { border-color: #86A6A4; }

 span { border-color: rgb(134,166,164); }

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